Blame view

vendor/fzaninotto/faker/Makefile 231 Bytes
70f4f18b   Administrator   first_commit
1
2
3
4
5
6
7
8
9
10
  vendor/autoload.php:
  	composer install --no-interaction --prefer-source --dev
  
  .PHONY: sniff
  sniff: vendor/autoload.php
  	vendor/bin/phpcs --standard=PSR2 src -n
  
  .PHONY: test
  test: vendor/autoload.php
  	vendor/bin/phpunit --verbose