• File: phpunit.xml.dist
  • Full Path: /home/masbinta/public_html/core/vendor/phenx/php-font-lib/phpunit.xml.dist
  • File size: 545 bytes
  • MIME-type: text/xml
  • Charset: utf-8
<?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>