diff --git a/testing/bootstrap.rst b/testing/bootstrap.rst index d24878d034e..cf1b63621a2 100644 --- a/testing/bootstrap.rst +++ b/testing/bootstrap.rst @@ -18,7 +18,7 @@ To do this, first add a file that executes your bootstrap work:: )); } - require __DIR__.'/../vendor/autoload.php'; + require __DIR__.'/../config/bootstrap.php'; Then, configure ``phpunit.xml.dist`` to execute this ``bootstrap.php`` file before running the tests: