diff --git a/tests/JMS/Serializer/Tests/Fixtures/ObjectWithInlineArray.php b/tests/Fixtures/ObjectWithInlineArray.php similarity index 100% rename from tests/JMS/Serializer/Tests/Fixtures/ObjectWithInlineArray.php rename to tests/Fixtures/ObjectWithInlineArray.php diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 34118f3ba..afd3af002 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -10,8 +10,7 @@ throw new RuntimeException('Did not find vendor/autoload.php. Did you run "composer install --dev"?'); } - $loader = require $autoloadFile; - $loader->add('JMS\Serializer\Tests', __DIR__); + require $autoloadFile; AnnotationRegistry::registerLoader('class_exists'); })();