Composer: fix test script

This commit is contained in:
2021-01-23 01:15:14 +03:00
parent fbe24eb6c4
commit 98642e9f6c

View File

@ -57,7 +57,7 @@
], ],
"test": [ "test": [
"@norm-check", "@norm-check",
"@phpcs", "@cs",
"@phpstan", "@phpstan",
"@psalm", "@psalm",
"@phpunit" "@phpunit"