Files
search/tests/bootstrap.php
2014-12-01 12:37:54 +00:00

10 lines
253 B
PHP
Executable File

<?php
if (!file_exists($file = __DIR__.'/../vendor/autoload.php')) {
throw new RuntimeException('Install dependencies to run test suite.');
}
$loader = require $file;
\Doctrine\Search\Mapping\Driver\AnnotationDriver::registerAnnotationClasses();