We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bf153 commit a59f153Copy full SHA for a59f153
composer.json
@@ -33,7 +33,7 @@
33
},
34
"require-dev": {
35
"phpspec/prophecy-phpunit": "^2.2",
36
- "phpunit/phpunit": "^11.2"
+ "phpunit/phpunit": "11.5.x-dev"
37
38
"autoload": {
39
"psr-4": {
@@ -68,5 +68,11 @@
68
69
"scripts": {
70
"test": "./vendor/bin/phpunit"
71
- }
+ },
72
+ "repositories": [
73
+ {
74
+ "type": "vcs",
75
+ "url": "https://github.com/soyuka/phpunit"
76
+ }
77
+ ]
78
}
phpunit.xml.dist
@@ -8,7 +8,7 @@
8
<directory>./Tests/</directory>
9
</testsuite>
10
</testsuites>
11
- <source>
+ <source ignoreSuppressionOfDeprecations="true" ignoreIndirectDeprecations="false" >
12
<deprecationTrigger>
13
<function>trigger_deprecation</function>
14
</deprecationTrigger>
0 commit comments