Page MenuHomePhorge

phpunit
No OneTemporary

Size
218 B
Referenced Files
None
Subscribers
None
#!/bin/bash
cwd=$(dirname $0)
pushd ${cwd}/../src/
php \
-dmemory_limit=-1 \
-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
Fri, Jun 12, 3:34 AM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
617637
Default Alt Text
phpunit (218 B)

Event Timeline