Files
hdk-pay/scripts/test/unit-tests.sh

7 lines
234 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env sh
# 非数据库依赖的单元测试脚本
# 运行非数据库依赖的单元测试
./run-in-docker.sh vendor/bin/pest tests/Unit/ --exclude-group database --coroutine --prepend=tests/bootstrap.php --colors=always