mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-29 18:27:44 +08:00
8 lines
267 B
Bash
Executable File
8 lines
267 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
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
|