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 2eff894 commit 1df125bCopy full SHA for 1df125b
tests.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+echo "----------------------------------------------------------------"
3
+echo "Welcome to Strider Engine - We Will Now Run The Unit Tests"
4
5
+echo
6
+echo "================================================================"
7
+echo "System Unit Tests"
8
9
+vendor/bin/phpunit --bootstrap vendor/autoload.php tests/
0 commit comments