Skip to content

Commit 1bbe29b

Browse files
Andreas Frömericanhazstring
authored andcommitted
Upgrade test and quality tools execution
1 parent 8846124 commit 1bbe29b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"scripts": {
34-
"analyse": "vendor/bin/phpstan --no-progress",
34+
"analyse": "vendor/bin/phpstan analyse --no-progress",
3535
"test": "vendor/bin/phpunit",
3636
"cs": "vendor/bin/phpcs"
3737
}

phpunit.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
44
bootstrap="vendor/autoload.php"
5-
defaultTestSuite="unit"
65
colors="true">
76
<testsuites>
87
<testsuite name="unit">

0 commit comments

Comments
 (0)