1
0
mirror of synced 2024-11-22 13:06:04 +03:00
atol-online-client/tests/bootstrap.php

14 lines
254 B
PHP
Raw Normal View History

2018-06-22 09:21:30 +03:00
<?php
2018-06-22 09:21:30 +03:00
use Composer\Autoload\ClassLoader;
use Doctrine\Common\Annotations\AnnotationRegistry;
/**
* @var ClassLoader $loader
*/
$loader = require __DIR__.'/../vendor/autoload.php';
2018-06-22 09:21:30 +03:00
AnnotationRegistry::registerLoader('class_exists');
return $loader;