Skip to content

Commit

Permalink
bug #6377 Update "bootstrap.php.cache" to "autoload.php" (guilliamxav…
Browse files Browse the repository at this point in the history
…ier)

This PR was merged into the 2.8 branch.

Discussion
----------

Update "bootstrap.php.cache" to "autoload.php"

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | 2.8
| Fixed tickets |

Update `testing.rst` for version 2.8 accordingly after change symfony/symfony-standard@747a384#diff-d81c0bc884e8d2b4407434a5aef33c0a

Commits
-------

aa6fb92 Update "bootstrap.php.cache" to "autoload.php"
  • Loading branch information
weaverryan committed Mar 17, 2016
2 parents c0a441e + aa6fb92 commit b20e1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/testing.rst
Expand Up @@ -92,7 +92,7 @@ of your bundle::
directory.

Just like in your real application - autoloading is automatically enabled
via the ``bootstrap.php.cache`` file (as configured by default in the
via the ``autoload.php`` file (as configured by default in the
``app/phpunit.xml.dist`` file).

Running tests for a given file or directory is also very easy:
Expand Down

0 comments on commit b20e1ca

Please sign in to comment.