5 lines
91 B
Bash
5 lines
91 B
Bash
#!/usr/bin/env sh
|
|
|
|
main_test_path=../../../tests
|
|
${main_test_path}/vendor/bin/phpunit -c .
|