Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
19
vendor/phenx/php-font-lib/phpunit.xml.dist
vendored
Normal file
19
vendor/phenx/php-font-lib/phpunit.xml.dist
vendored
Normal file
@@ -0,0 +1,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>
|
||||
Reference in New Issue
Block a user