WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
fzaninotto
/
faker
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CHANGELOG.md
Edit
CONTRIBUTING.md
Edit
LICENSE
Edit
Makefile
Edit
composer.json
Edit
phpunit.xml.dist
Edit
readme.md
Edit
src
test
Editing: Makefile
vendor/autoload.php: composer install --no-interaction --prefer-dist .PHONY: sniff sniff: vendor/autoload.php vendor/bin/phpcs --standard=PSR2 src -n .PHONY: test test: vendor/autoload.php vendor/bin/phpunit --verbose