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 8846124 commit 1bbe29bCopy full SHA for 1bbe29b
composer.json
@@ -31,7 +31,7 @@
31
}
32
],
33
"scripts": {
34
- "analyse": "vendor/bin/phpstan --no-progress",
+ "analyse": "vendor/bin/phpstan analyse --no-progress",
35
"test": "vendor/bin/phpunit",
36
"cs": "vendor/bin/phpcs"
37
phpunit.xml
@@ -2,7 +2,6 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
- defaultTestSuite="unit"
6
colors="true">
7
<testsuites>
8
<testsuite name="unit">
0 commit comments