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 795ca69 commit 5d01f3eCopy full SHA for 5d01f3e
composer.json
@@ -20,7 +20,7 @@
20
},
21
"require-dev": {
22
"nyholm/psr7": "^1.3",
23
- "phpunit/phpunit": "^6.5",
+ "phpunit/phpunit": ">=6.5",
24
"squizlabs/php_codesniffer": "^3.5"
25
26
"provide": {
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