We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f085e97 commit 387ac79Copy full SHA for 387ac79
composer.json
@@ -23,7 +23,7 @@
23
}
24
},
25
"require-dev": {
26
- "phpunit/phpunit": "^11.0",
+ "phpunit/phpunit": "^11.5",
27
"squizlabs/php_codesniffer": "^3.9"
28
29
phpunit.xml
@@ -1,11 +1,10 @@
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/10.5/phpunit.xsd"
5
backupGlobals="false"
- backupStaticAttributes="false"
6
+ backupStaticProperties="false"
7
colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
8
- convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false"
11
bootstrap="vendor/autoload.php"
0 commit comments