test.sh 142 B

1234567891011121314
  1. #!/usr/bin/env bash
  2. set -ex
  3. source ./common.sh
  4. cd ${ROOT}/src
  5. # 测试
  6. composer install
  7. ./vendor/bin/phpunit
  8. git clean -xfd
  9. cd ${SCRIPTS}