Add script for running test suite

This commit is contained in:
Zach Borboa
2014-03-04 22:34:40 -08:00
parent b8b2ead22c
commit fbec34fd6c
+4
View File
@@ -0,0 +1,4 @@
php -S 127.0.0.1:8000 -t PHPCurlClass/ &
pid=$!
phpunit --configuration phpunit.xml
kill $pid