Skip to content

Commit 5c4d605

Browse files
author
Dave Wong
committed
run those tests nah mean
1 parent 5466b4b commit 5c4d605

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

run_tests

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/bash
2+
3+
# Any subsequent(*) commands which fail will cause the shell script to exit immediately
4+
set -e
5+
6+
echo "################################################################################";
7+
echo "# Running Integration Tests:"
8+
echo "################################################################################";
9+
./vendor/bin/phpunit --configuration phpunit.xml --testsuite All
10+
echo "################################################################################";
11+
echo "";

0 commit comments

Comments
 (0)