Further modules included.
[yaffs-website] / web / modules / contrib / drupalmoduleupgrader / phpunit.xml.dist
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <phpunit bootstrap="tests/bootstrap.php" colors="true">
4   <php>
5     <!-- Set error reporting to E_ALL. -->
6     <ini name="error_reporting" value="32767"/>
7     <!-- Do not limit the amount of memory tests take to run. -->
8     <ini name="memory_limit" value="-1"/>
9   </php>
10   <testsuites>
11     <testsuite name="Drupal Module Upgrader">
12       <directory>./tests</directory>
13     </testsuite>
14   </testsuites>
15 </phpunit>