new architecture for test + autoload version 2.8.22

This commit is contained in:
2017-07-04 16:29:34 +02:00
parent fae191eef7
commit c01a2c9178
138 changed files with 42 additions and 13 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;