5 lines
121 B
Bash
Executable File
5 lines
121 B
Bash
Executable File
#!/bin/bash -ex
|
|
./vendor/bin/phpunit --stop-on-failure
|
|
./vendor/bin/phpcs src
|
|
#./vendor/bin/phpdoccheck -d src --no-ansi
|