We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e380ef + 5a6c448 commit 574f75cCopy full SHA for 574f75c
testing/bootstrap.rst
@@ -18,7 +18,7 @@ To do this, first add a file that executes your bootstrap work::
18
));
19
}
20
21
- require __DIR__.'/../vendor/autoload.php';
+ require __DIR__.'/../config/bootstrap.php';
22
23
Then, configure ``phpunit.xml.dist`` to execute this ``bootstrap.php`` file
24
before running the tests:
0 commit comments