PHP Classes

File: vendor/fzaninotto/faker/Makefile

Recommend this page to a friend!
  Classes of Renato De Oliveira Lucena   PHP Pokemon Script   vendor/fzaninotto/faker/Makefile   Download  
File: vendor/fzaninotto/faker/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Pokemon Script
Provides an API to manage a database of Pokemons
Author: By
Last change:
Date: 6 years ago
Size: 225 bytes
 

Contents

Class file image Download
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