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 798b99c commit f052c9cCopy full SHA for f052c9c
composer.json
@@ -27,7 +27,6 @@
27
"consolidation/robo": "^2.0 || ^3.0",
28
"phpmd/phpmd": "@stable",
29
"phpstan/phpstan": "^1.8 || ^2.0",
30
- "phpunit/php-code-coverage": "^10.1",
31
"phpunit/phpunit": "^9.5 || ^10.5",
32
"squizlabs/php_codesniffer": "^3.7"
33
},
tests/unit/phpunit.xml.dist
@@ -4,7 +4,7 @@
4
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/6.1/phpunit.xsd"
5
colors="true"
6
columns="max"
7
- bootstrap="../../bootstrap.php"
+ bootstrap="../../autoload.php"
8
beStrictAboutTestsThatDoNotTestAnything="false"
9
>
10
<testsuites>
0 commit comments