Files
RafficMohammed 774eed8b0e laravel-6 support
2023-01-08 01:17:22 +05:30

4 lines
157 B
Makefile

test:
vendor/bin/phpunit --coverage-text
vendor/bin/phpcs --version && echo && vendor/bin/phpcs -p --standard=PSR2 --ignore=src/lang/,src/views/ src tests