Page MenuHomePhorge

phpunit-fast
No OneTemporary

phpunit-fast

#!/bin/bash
cwd=$(dirname $0)
pushd ${cwd}/../src/
php vendor/bin/phpunit \
--no-coverage \
--stop-on-defect \
--stop-on-error \
--stop-on-failure $*
popd

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Aug 25, 3:04 PM (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
205132
Default Alt Text
phpunit-fast (175 B)

Event Timeline