We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3baa8 commit 9711ae4Copy full SHA for 9711ae4
phpunit.xml
@@ -1,15 +1,15 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.5/phpunit.xsd"
5
beStrictAboutTestsThatDoNotTestAnything = "true"
6
beStrictAboutOutputDuringTests = "true"
7
colors = "true"
8
verbose = "true"
9
bootstrap = "vendor/autoload.php"
10
>
11
<php>
12
- <env name="SYMFONY_PHPUNIT_VERSION" value="12.0" />
+ <env name="SYMFONY_PHPUNIT_VERSION" value="12.5" />
13
</php>
14
15
<testsuites>
0 commit comments