Project

General

Profile

Download (418 Bytes) Statistics
| Branch: | Tag: | Revision:
1 47640888 Andreas Kohlbecker
<?xml version="1.0" encoding="UTF-8"?>
2 cafc7c3b Andreas Kohlbecker
<phpunit bootstrap="bootstrap.php">
3 47640888 Andreas Kohlbecker
	
4
	<php>
5 cafc7c3b Andreas Kohlbecker
	  <ini name="error_reporting" value="E_ALL &amp; ~E_NOTICE" />
6 13dd7a1a Andreas Kohlbecker
	  <ini name="display_errors" value="TRUE" />
7
    <ini name="display_startup_errors" value="TRUE" />
8 47640888 Andreas Kohlbecker
	</php>
9
	
10 cafc7c3b Andreas Kohlbecker
  <testsuites>
11
	  <testsuite name="benchmark">
12
	    <file>src/cdm_dataportal.moduleTest.php</file>
13
	  </testsuite>
14
  </testsuites>
15
  
16 47640888 Andreas Kohlbecker
</phpunit>