Further modules included.
[yaffs-website] / web / modules / contrib / drupalmoduleupgrader / phpunit.xml.dist
diff --git a/web/modules/contrib/drupalmoduleupgrader/phpunit.xml.dist b/web/modules/contrib/drupalmoduleupgrader/phpunit.xml.dist
new file mode 100644 (file)
index 0000000..011f984
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<phpunit bootstrap="tests/bootstrap.php" colors="true">
+  <php>
+    <!-- Set error reporting to E_ALL. -->
+    <ini name="error_reporting" value="32767"/>
+    <!-- Do not limit the amount of memory tests take to run. -->
+    <ini name="memory_limit" value="-1"/>
+  </php>
+  <testsuites>
+    <testsuite name="Drupal Module Upgrader">
+      <directory>./tests</directory>
+    </testsuite>
+  </testsuites>
+</phpunit>