Skip to content

Commit

Permalink
Merge branch '4.3' into 4.4
Browse files Browse the repository at this point in the history
* 4.3:
  Fix wrong include in custom bootstrap for tests
  • Loading branch information
OskarStark committed Jul 30, 2019
2 parents 2eda83f + 08526cf commit 5a6c448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5a6c448

Please sign in to comment.