5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
phpunit --color --bootstrap init.php tests
|
||
|
|