mirror of
http://124.126.16.154:8888/singularity/hdk-pay.git
synced 2026-01-15 05:35:08 +08:00
7 lines
119 B
Bash
7 lines
119 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
|
||
|
|
# Phpspec BDD 测试脚本
|
||
|
|
|
||
|
|
# 运行所有 Phpspec 测试
|
||
|
|
./run-in-docker.sh vendor/bin/phpspec run
|