Skip to content

Commit aa6fb92

Browse files
Update "bootstrap.php.cache" to "autoload.php"
Update testing.rst for version 2.8 accordingly after change symfony/symfony-standard@747a384
1 parent e87e9ee commit aa6fb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)