Skip to content

Commit b6d93f0

Browse files
committed
app/phpunit.xml.dist -> phpunit.xml.dist
1 parent bea4a0c commit b6d93f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: cookbook/testing/bootstrap.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ First, add the following file::
1919

2020
require __DIR__.'/bootstrap.php.cache';
2121

22-
Replace the test bootstrap file ``bootstrap.php.cache`` in ``app/phpunit.xml.dist``
22+
Replace the test bootstrap file ``bootstrap.php.cache`` in ``phpunit.xml.dist``
2323
with ``tests.bootstrap.php``:
2424

2525
.. code-block:: xml
2626
27-
<!-- app/phpunit.xml.dist -->
27+
<!-- phpunit.xml.dist -->
2828
2929
<!-- ... -->
3030
<phpunit
@@ -37,7 +37,7 @@ cache to be cleared:
3737

3838
.. code-block:: xml
3939
40-
<!-- app/phpunit.xml.dist -->
40+
<!-- phpunit.xml.dist -->
4141
<php>
4242
<env name="BOOTSTRAP_CLEAR_CACHE_ENV" value="test"/>
4343
</php>

0 commit comments

Comments
 (0)