|
@@ -22,8 +22,6 @@ if (file_exists($file = __DIR__.'/autoload.php')) {
|
|
|
$files = array_filter(array(
|
|
|
__DIR__.'/../../vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php',
|
|
|
__DIR__.'/../../vendor/symfony/phpunit-bridge/bootstrap.php',
|
|
|
- __DIR__.'/../../../../../vendor/symfony/symfony/src/Symfony/Bridge/PhpUnit/bootstrap.php',
|
|
|
- __DIR__.'/../../../../../vendor/symfony/phpunit-bridge/bootstrap.php',
|
|
|
), 'file_exists');
|
|
|
if ($files) {
|
|
|
require_once current($files);
|