Blame view

vendor/fzaninotto/faker/Makefile 225 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
7
8
9
10
vendor/autoload.php:
	composer install --no-interaction --prefer-source

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

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