Page MenuHomePhorge

phpunit
No OneTemporary

Size
188 B
Referenced Files
None
Subscribers
None
#!/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
Wed, Jul 8, 8:26 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1051936
Default Alt Text
phpunit (188 B)

Event Timeline