mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
7 lines
115 B
Bash
Executable file
7 lines
115 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd $WEBROOT
|
|
|
|
export XDEBUG_SESSION=haze
|
|
|
|
phpunit --configuration $WEBROOT/tests/phpunit-autotest.xml $@
|