Skip to content

Commit 1df125b

Browse files
committed
Adds tests.sh which runs the unit tests for strider engine
1 parent 2eff894 commit 1df125b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
echo "----------------------------------------------------------------"
3+
echo "Welcome to Strider Engine - We Will Now Run The Unit Tests"
4+
echo "----------------------------------------------------------------"
5+
echo
6+
echo "================================================================"
7+
echo "System Unit Tests"
8+
echo "================================================================"
9+
vendor/bin/phpunit --bootstrap vendor/autoload.php tests/

0 commit comments

Comments
 (0)