File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ /*
4
+ * This file is part of the Symfony package.
5
+ *
6
+ * (c) Fabien Potencier <[email protected] >
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
12
+ $ loader = require __DIR__ .'/../vendor/autoload.php ' ;
13
+
14
+ Doctrine \Common \Annotations \AnnotationRegistry::registerLoader (function ($ class ) {return class_exists ($ class );});
Original file line number Diff line number Diff line change 4
4
xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/4.1/phpunit.xsd"
5
5
backupGlobals =" false"
6
6
colors =" true"
7
- bootstrap =" vendor/autoload .php"
7
+ bootstrap =" Tests/bootstrap .php"
8
8
>
9
9
<php >
10
10
<!-- Disable E_USER_DEPRECATED until 3.0 -->
You can’t perform that action at this time.
0 commit comments