We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc91f1 commit 67ded2bCopy full SHA for 67ded2b
2 files changed
Tests/bootstrap.php
@@ -0,0 +1,7 @@
1
+<?php
2
+
3
+$loader = require_once(__DIR__.'/../vendor/autoload.php');
4
5
+use Doctrine\Common\Annotations\AnnotationRegistry;
6
7
+AnnotationRegistry::registerLoader(array($loader,"loadClass"));
phpunit.xml.dist
@@ -11,7 +11,7 @@
11
processIsolation = "false"
12
stopOnFailure = "false"
13
syntaxCheck = "false"
14
- bootstrap = "vendor/autoload.php" >
+ bootstrap = "Tests/bootstrap.php" >
15
16
<testsuites>
17
<testsuite name="Project Test Suite">
0 commit comments