diff --git a/test/php/phpunit.xml b/test/php/phpunit.xml new file mode 100644 index 000000000..d56bbb063 --- /dev/null +++ b/test/php/phpunit.xml @@ -0,0 +1,22 @@ + + + + + + + + + diff --git a/test/php/runtests.sh b/test/php/runtests.sh new file mode 100755 index 000000000..7ea78fb11 --- /dev/null +++ b/test/php/runtests.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +phpunit "$@" . + +exit 0