Skip to content

Commit 9711ae4

Browse files
committed
use latest phpunit 12.x version
1 parent cd3baa8 commit 9711ae4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd"
55
beStrictAboutTestsThatDoNotTestAnything = "true"
66
beStrictAboutOutputDuringTests = "true"
77
colors = "true"
88
verbose = "true"
99
bootstrap = "vendor/autoload.php"
1010
>
1111
<php>
12-
<env name="SYMFONY_PHPUNIT_VERSION" value="12.0" />
12+
<env name="SYMFONY_PHPUNIT_VERSION" value="12.5" />
1313
</php>
1414

1515
<testsuites>

0 commit comments

Comments
 (0)