mirror of
https://github.com/doctrine/search.git
synced 2026-03-25 01:02:16 +01:00
10 lines
253 B
PHP
Executable File
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();
|