Your IP : 216.73.216.48


Current Path : /hdd/hdd11/www/codedit/vendor/fzaninotto/faker/
Upload File :
Current File : /hdd/hdd11/www/codedit/vendor/fzaninotto/faker/Makefile

vendor/autoload.php:
	composer install

.PHONY: sniff
sniff: vendor/autoload.php
	vendor/bin/phpcs --standard=PSR2 src -n

.PHONY: test
test: vendor/autoload.php
	vendor/bin/phpunit