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: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="./vendor/autoload.php" colors="true"> <testsuites> <testsuite> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist> <directory suffix=".php">src</directory> </whitelist> </filter> </phpunit>