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: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit bootstrap="vendor/autoload.php" colors="true" > <testsuites> <testsuite name="Faker Test Suite"> <directory>./test/Faker/</directory> </testsuite> </testsuites> </phpunit>