From 0cc2812ed6e590ee977876d5a0fc6c77ada9a5be Mon Sep 17 00:00:00 2001 From: tabbi89 Date: Thu, 14 Sep 2017 23:04:09 +0200 Subject: [PATCH] Update autoload file --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index c28856abb5e..7d9c5537146 100644 --- a/testing.rst +++ b/testing.rst @@ -91,7 +91,7 @@ of your application:: directory. Just like in your real application - autoloading is automatically enabled -via the ``app/autoload.php`` file (as configured by default in the +via the ``vendor/autoload.php`` file (as configured by default in the ``phpunit.xml.dist`` file). Running tests for a given file or directory is also very easy: