refactor phpunit-swoole

This commit is contained in:
sunxyw
2022-03-28 17:27:36 +08:00
parent 6f5575b155
commit 4e9199c68e
4 changed files with 48 additions and 68 deletions

View File

@@ -90,6 +90,7 @@
"[ $COMPOSER_DEV_MODE -eq 0 ] || vendor/bin/cghooks add"
],
"analyse": "phpstan analyse --memory-limit 300M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"
"cs-fix": "php-cs-fixer fix $1",
"test": "bin/phpunit-swoole"
}
}