Project

General

Profile

« Previous | Next » 

Revision d2a09415

Added by Andreas Kohlbecker over 8 years ago

CRLF will be replaced by LF issues

View differences:

modules/cdm_dataportal/test/phpUnit/phpUnit.conf.xml
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
  
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 16
</phpunit>

Also available in: Unified diff