Project

General

Profile

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