From 97bfcfc06cc4bf6043762575ac2db7484eb3fdad Mon Sep 17 00:00:00 2001 From: faissaloux Date: Sat, 25 Nov 2023 00:30:54 +0100 Subject: [PATCH] Update `Create Framework / Unit Testing` page --- create_framework/unit_testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_framework/unit_testing.rst b/create_framework/unit_testing.rst index 916711de0ce..e39c96b9035 100644 --- a/create_framework/unit_testing.rst +++ b/create_framework/unit_testing.rst @@ -12,7 +12,7 @@ using `PHPUnit`_. At first, install PHPUnit as a development dependency: .. code-block:: terminal - $ composer require --dev phpunit/phpunit + $ composer require --dev phpunit/phpunit:^9.6 Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist``: @@ -21,7 +21,7 @@ Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist``: