tests 177 B

12345678910
  1. #!/bin/sh
  2. set -o nounset
  3. set -o errexit
  4. set -o xtrace
  5. DIR=$(dirname $0)/..
  6. ${DIR}/vendor/bin/phpunit tests
  7. ${DIR}/vendor/bin/phpspec run --format=pretty --no-code-generation