审查视图

simplewind/vendor/phenx/php-font-lib/phpunit.xml.dist 545 字节
lihan authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<?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>