Skip to content

Commit

Permalink
Merge pull request #1374 from scyzoryck/move-fixtures-to-correct-dire…
Browse files Browse the repository at this point in the history
…ctory

Move fixture to correct directory
  • Loading branch information
goetas committed Dec 6, 2021
2 parents bb453c7 + 2d53041 commit e4b516e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
})();
Expand Down

0 comments on commit e4b516e

Please sign in to comment.