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 838c4a4 commit 2a3169dCopy full SHA for 2a3169d
composer.json
@@ -18,7 +18,7 @@
18
},
19
"require-dev": {
20
"nyholm/psr7": "^1.3",
21
- "phpunit/phpunit": "^6.5",
+ "phpunit/phpunit": ">=6.5",
22
"squizlabs/php_codesniffer": "^3.5"
23
24
"suggest": {
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