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 29d8b4e commit daa781aCopy full SHA for daa781a
composer.json
@@ -46,7 +46,7 @@
46
"guzzlehttp/guzzle": "^7.0"
47
},
48
"require-dev": {
49
- "phpunit/phpunit": "^9.5|^10.0"
+ "phpunit/phpunit": "^9.7|^10.0"
50
51
"minimum-stability": "stable",
52
"prefer-stable": true
phpunit.xml
@@ -4,7 +4,8 @@
4
beStrictAboutTestsThatDoNotTestAnything="true"
5
beStrictAboutTodoAnnotatedTests="true"
6
testdox="true"
7
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd">
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
8
+ cacheDirectory=".phpunit.cache">
9
<testsuites>
10
<testsuite name="Units">
11
<directory>test/Unit</directory>
0 commit comments