فهرست منبع

Removed old autoloader from tests (#4422)

Christian Gripp 8 سال پیش
والد
کامیت
d78d596f5e
2فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 2
      Tests/tests/autoload.php.dist
  2. 0 2
      Tests/tests/bootstrap.php

+ 0 - 2
Tests/tests/autoload.php.dist

@@ -4,8 +4,6 @@
 
 $files = array(
     __DIR__.'/../../vendor/autoload.php',
-    __DIR__.'/../../../../../app/autoload.php',
-    __DIR__.'/../../../../../apps/autoload.php',
 );
 
 $autoload = false;

+ 0 - 2
Tests/tests/bootstrap.php

@@ -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);