WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
mtdowling
/
jmespath.php
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CHANGELOG.md
Edit
LICENSE
Edit
Makefile
Edit
README.rst
Edit
bin
composer.json
Edit
phpunit.xml.dist
Edit
src
tests
Editing: Makefile
all: clean coverage test: vendor/bin/phpunit coverage: vendor/bin/phpunit --coverage-html=artifacts/coverage view-coverage: open artifacts/coverage/index.html clean: rm -rf artifacts/* rm -rf compiled/* perf: php bin/perf.php .PHONY: test coverage perf