We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5466b4b commit 5c4d605Copy full SHA for 5c4d605
run_tests
@@ -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
9
+./vendor/bin/phpunit --configuration phpunit.xml --testsuite All
10
11
+echo "";
0 commit comments