Skip to content

Commit 99234ea

Browse files
ycerutoxabbuh
authored andcommitted
Fix minor typo
1 parent 41fd628 commit 99234ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/bootstrap.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To do this, first add a file that executes your bootstrap work::
2020

2121
require __DIR__.'/../vendor/autoload.php';
2222

23-
Then, configure ``phpunit.xml.dist`` to execute this ``bootstra.php`` file
23+
Then, configure ``phpunit.xml.dist`` to execute this ``bootstrap.php`` file
2424
before running the tests:
2525

2626
.. code-block:: xml
@@ -49,4 +49,4 @@ cache to be cleared:
4949
</phpunit>
5050
5151
This now becomes an environment variable (i.e. ``$_ENV``) that's available
52-
in the custom bootstrap file (``tests.bootstrap.php``).
52+
in the custom bootstrap file (``tests/bootstrap.php``).

0 commit comments

Comments
 (0)