This repository has been archived on 2026-07-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
HomeIsWhereTheMoneyIs/vendor/fzaninotto/faker/Makefile
T
2017-05-24 18:35:30 -05:00

11 lines
225 B
Makefile
Executable File

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