1
0
mirror of synced 2024-11-22 04:56:04 +03:00
atol-online-client/tests/bootstrap.php
2019-07-24 17:13:55 +03:00

14 lines
254 B
PHP

<?php
use Composer\Autoload\ClassLoader;
use Doctrine\Common\Annotations\AnnotationRegistry;
/**
* @var ClassLoader $loader
*/
$loader = require __DIR__.'/../vendor/autoload.php';
AnnotationRegistry::registerLoader('class_exists');
return $loader;