mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
7 lines
321 B
Bash
Executable File
7 lines
321 B
Bash
Executable File
#!/usr/bin/env bash
|
|
composer analyse src
|
|
php -dswoole.use_shortname='Off' bin/co-phpunit --exclude-group NonCoroutine
|
|
php -dswoole.use_shortname='Off' vendor/bin/phpunit --group NonCoroutine
|
|
php -dswoole.use_shortname='Off' vendor/bin/phpunit src/filesystem --group NonCoroutine
|
|
vendor/bin/php-cs-fixer fix src --dry-run
|