Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / phenx / php-font-lib / phpunit.xml.dist
diff --git a/vendor/phenx/php-font-lib/phpunit.xml.dist b/vendor/phenx/php-font-lib/phpunit.xml.dist
new file mode 100644 (file)
index 0000000..c8bb022
--- /dev/null
@@ -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>
\ No newline at end of file