Skip to content

Commit ef3d129

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: Update `Create Framework / Unit Testing` page
2 parents 02bc9c6 + e89e5dc commit ef3d129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create_framework/unit_testing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using `PHPUnit`_. At first, install PHPUnit as a development dependency:
1212

1313
.. code-block:: terminal
1414
15-
$ composer require --dev phpunit/phpunit
15+
$ composer require --dev phpunit/phpunit:^9.6
1616
1717
Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist``:
1818

@@ -21,7 +21,7 @@ Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist``:
2121
<?xml version="1.0" encoding="UTF-8"?>
2222
<phpunit
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
24+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
2525
backupGlobals="false"
2626
colors="true"
2727
bootstrap="vendor/autoload.php"

0 commit comments

Comments
 (0)