8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea4a0c commit b6d93f0Copy full SHA for b6d93f0
cookbook/testing/bootstrap.rst
@@ -19,12 +19,12 @@ First, add the following file::
19
20
require __DIR__.'/bootstrap.php.cache';
21
22
-Replace the test bootstrap file ``bootstrap.php.cache`` in ``app/phpunit.xml.dist``
+Replace the test bootstrap file ``bootstrap.php.cache`` in ``phpunit.xml.dist``
23
with ``tests.bootstrap.php``:
24
25
.. code-block:: xml
26
27
- <!-- app/phpunit.xml.dist -->
+ <!-- phpunit.xml.dist -->
28
29
<!-- ... -->
30
<phpunit
@@ -37,7 +37,7 @@ cache to be cleared:
37
38
39
40
41
<php>
42
<env name="BOOTSTRAP_CLEAR_CACHE_ENV" value="test"/>
43
</php>
0 commit comments