move test/Fixtures to a new directory

This commit is contained in:
2017-07-03 21:49:21 +02:00
parent 3ce6427166
commit 87a3cd20ee
26 changed files with 1390 additions and 3128 deletions

View File

@@ -0,0 +1,11 @@
<?php
use Doctrine\Common\Annotations\AnnotationRegistry;
use Composer\Autoload\ClassLoader;
/** @var ClassLoader $loader */
$loader = require __DIR__.'/../../../../../vendor/autoload.php';
AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
return $loader;