File tree 1 file changed +4
-4
lines changed
Filter options
1 file changed +4
-4
lines changed
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ using `PHPUnit`_. At first, install PHPUnit as a development dependency:
12
12
13
13
.. code-block :: terminal
14
14
15
- $ composer require --dev phpunit/phpunit:^10 .0
15
+ $ composer require --dev phpunit/phpunit:^11 .0
16
16
17
17
Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist ``:
18
18
@@ -21,7 +21,7 @@ Then, create a PHPUnit configuration file in ``example.com/phpunit.xml.dist``:
21
21
<?xml version =" 1.0" encoding =" UTF-8" ?>
22
22
<phpunit
23
23
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
24
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10 .0/phpunit.xsd"
24
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11 .0/phpunit.xsd"
25
25
backupGlobals =" false"
26
26
colors =" true"
27
27
bootstrap =" vendor/autoload.php"
@@ -212,6 +212,6 @@ Symfony code.
212
212
Now that we are confident (again) about the code we have written, we can
213
213
safely think about the next batch of features we want to add to our framework.
214
214
215
- .. _`PHPUnit` : https://docs.phpunit.de/en/10 .0/
216
- .. _`test doubles` : https://docs.phpunit.de/en/10 .0/test-doubles.html
215
+ .. _`PHPUnit` : https://docs.phpunit.de/en/11 .0/
216
+ .. _`test doubles` : https://docs.phpunit.de/en/11 .0/test-doubles.html
217
217
.. _`XDebug` : https://xdebug.org/
You can’t perform that action at this time.
0 commit comments