Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/vendor/tattali/mobile-detect-bundle/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/tattali/mobile-detect-bundle/Makefile

all: test

phpunit:
	php vendor/bin/phpunit

lint:
	php vendor/bin/php-cs-fixer fix --diff
	php vendor/bin/phpcs --report=code
	php vendor/bin/phpstan analyse

test: lint phpunit