WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
phenx
/
php-font-lib
/
Name
Action
..
.gitattributes
Edit
.gitignore
Edit
.travis.yml
Edit
LICENSE
Edit
README.md
Edit
bower.json
Edit
composer.json
Edit
index.php
Edit
maps
phpunit.xml.dist
Edit
sample-fonts
src
tests
Editing: phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false" syntaxCheck="false" bootstrap="vendor/autoload.php" > <testsuites> <testsuite name="PHP Font Lib Test Suite"> <directory>./tests/FontLib/</directory> </testsuite> </testsuites> </phpunit>