Skip to content

Commit

Permalink
app/phpunit.xml.dist -> phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Nov 28, 2015
1 parent bea4a0c commit b6d93f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookbook/testing/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ First, add the following file::

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

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``
with ``tests.bootstrap.php``:

.. code-block:: xml
<!-- app/phpunit.xml.dist -->
<!-- phpunit.xml.dist -->
<!-- ... -->
<phpunit
Expand All @@ -37,7 +37,7 @@ cache to be cleared:

.. code-block:: xml
<!-- app/phpunit.xml.dist -->
<!-- phpunit.xml.dist -->
<php>
<env name="BOOTSTRAP_CLEAR_CACHE_ENV" value="test"/>
</php>
Expand Down

0 comments on commit b6d93f0

Please sign in to comment.