Skip to content

Commit b20e1ca

Browse files
committed
bug #6377 Update "bootstrap.php.cache" to "autoload.php" (guilliamxavier)
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"
2 parents c0a441e + aa6fb92 commit b20e1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ of your bundle::
9292
directory.
9393

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

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

0 commit comments

Comments
 (0)