2022-11-07 12:27:22 +08:00
|
|
|
#!/usr/bin/env bash
|
2022-11-28 18:55:55 +08:00
|
|
|
|
|
|
|
set -e
|
|
|
|
|
2022-11-07 12:27:22 +08:00
|
|
|
php -dswoole.use_shortname='Off' bin/co-phpunit --exclude-group NonCoroutine
|
|
|
|
php -dswoole.use_shortname='Off' vendor/bin/phpunit --group NonCoroutine
|