Browse Source

removed old include from tests bootstrap

issue #12943
tags/2.0.11
Carsten Brandt 8 years ago committed by GitHub
parent
commit
e675d5a7a1
  1. 2
      tests/bootstrap.php

2
tests/bootstrap.php

@ -12,8 +12,6 @@ $_SERVER['SCRIPT_FILENAME'] = __FILE__;
$composerAutoload = __DIR__ . '/../vendor/autoload.php';
if (is_file($composerAutoload)) {
require_once($composerAutoload);
} else {
require_once(__DIR__ . '/../../../autoload.php');
}
require_once(__DIR__ . '/../framework/Yii.php');

Loading…
Cancel
Save