Blame view

vendor/fzaninotto/faker/Makefile 231 Bytes
3cf42f5c   Mihail   init commit - bas...
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