From aa6fb9233b1bf149df2db8797d4293a6379674bd Mon Sep 17 00:00:00 2001 From: Guilliam Xavier Date: Wed, 16 Mar 2016 11:11:11 +0100 Subject: [PATCH] Update "bootstrap.php.cache" to "autoload.php" Update testing.rst for version 2.8 accordingly after change symfony/symfony-standard@747a384401edf803e985c52089c882edaebe467a --- book/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/testing.rst b/book/testing.rst index 28c0487bc72..2b1dc352f10 100644 --- a/book/testing.rst +++ b/book/testing.rst @@ -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: