mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-01-18 06:38:20 +01:00
11 lines
182 B
Makefile
11 lines
182 B
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
|