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 47997ea commit 0af2e7cCopy full SHA for 0af2e7c
composer.json
@@ -19,7 +19,7 @@
19
},
20
"require-dev": {
21
"nyholm/psr7": "^1.3",
22
- "phpunit/phpunit": "^6.5",
+ "phpunit/phpunit": ">=6.5",
23
"squizlabs/php_codesniffer": "^3.5",
24
"webclient/fake-http-client": "^1.0"
25
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