From 9e5a871a19a6f30694ecb53ef9c5407cfb1051da Mon Sep 17 00:00:00 2001 From: Juhani Aronen Date: Sun, 14 Sep 2025 13:16:51 +0300 Subject: [PATCH] Update testing.rst --- en/development/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/development/testing.rst b/en/development/testing.rst index a43df5435c..4a1599440a 100644 --- a/en/development/testing.rst +++ b/en/development/testing.rst @@ -273,7 +273,7 @@ a separate directory and install its dependencies: git clone git://github.com/cakephp/debug_kit.git cd debug_kit php ~/composer.phar install - php ~/phpunit.phar + vendor/bin/phpunit Filtering Test Cases --------------------