Skip to content

Commit a1ec6aa

Browse files
committed
minor #8630 Fix minor typo in testing boostrap (yceruto)
This PR was submitted for the master branch but it was merged into the 3.3 branch instead (closes #8630). Discussion ---------- Fix minor typo in testing boostrap Commits ------- 99234ea Fix minor typo
2 parents 41fd628 + 99234ea commit a1ec6aa

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)