Page MenuHomePhorge

phpunit
No OneTemporary

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

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Aug 25, 3:35 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226350
Default Alt Text
phpunit (188 B)

Event Timeline