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 3bf3941 commit 2976ef8Copy full SHA for 2976ef8
composer.json
@@ -17,7 +17,7 @@
17
},
18
"require-dev": {
19
"nyholm/psr7": "^1.3",
20
- "phpunit/phpunit": "^6.5",
+ "phpunit/phpunit": ">=6.5",
21
"squizlabs/php_codesniffer": "^3.5",
22
"webclient/fake-http-client": "^1.0"
23
phpunit.xml.dist
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit bootstrap="vendor/autoload.php" colors="true">
+<phpunit bootstrap="vendor/autoload.php" colors="true" cacheResult="false">
3
<testsuites>
4
<testsuite name="all">
5
<directory>tests</directory>
0 commit comments