|
10 | 10 | <clover outputFile="build/logs/clover.xml"/>
|
11 | 11 | </report>
|
12 | 12 | </coverage>
|
13 |
| - <testsuites> |
14 |
| - <testsuite name="System"> |
15 |
| - <directory>tests/system</directory> |
16 |
| - </testsuite> |
17 |
| - </testsuites> |
18 | 13 | <extensions>
|
19 | 14 | <bootstrap class="Nexus\PHPUnit\Tachycardia\TachycardiaExtension">
|
20 | 15 | <parameter name="time-limit" value="0.50" />
|
21 | 16 | <parameter name="report-count" value="30" />
|
22 | 17 | </bootstrap>
|
23 | 18 | </extensions>
|
24 |
| - <php> |
25 |
| - <server name="app.baseURL" value="http://example.com/"/> |
26 |
| - <server name="CODEIGNITER_SCREAM_DEPRECATIONS" value="1"/> |
27 |
| - <!-- Directory containing phpunit.xml --> |
28 |
| - <const name="HOMEPATH" value="./"/> |
29 |
| - <!-- Directory containing the Paths config file --> |
30 |
| - <const name="CONFIGPATH" value="./app/Config/"/> |
31 |
| - <!-- Directory containing the front controller (index.php) --> |
32 |
| - <const name="PUBLICPATH" value="./public/"/> |
33 |
| - </php> |
| 19 | + <testsuites> |
| 20 | + <testsuite name="System"> |
| 21 | + <directory>tests/system</directory> |
| 22 | + </testsuite> |
| 23 | + </testsuites> |
34 | 24 | <source>
|
35 | 25 | <include>
|
36 | 26 | <directory suffix=".php">system</directory>
|
|
49 | 39 | <file>system/Test/FeatureTestCase.php</file>
|
50 | 40 | </exclude>
|
51 | 41 | </source>
|
| 42 | + <php> |
| 43 | + <server name="app.baseURL" value="http://example.com/"/> |
| 44 | + <server name="CODEIGNITER_SCREAM_DEPRECATIONS" value="1"/> |
| 45 | + <!-- Directory containing phpunit.xml --> |
| 46 | + <const name="HOMEPATH" value="./"/> |
| 47 | + <!-- Directory containing the Paths config file --> |
| 48 | + <const name="CONFIGPATH" value="./app/Config/"/> |
| 49 | + <!-- Directory containing the front controller (index.php) --> |
| 50 | + <const name="PUBLICPATH" value="./public/"/> |
| 51 | + </php> |
52 | 52 | </phpunit>
|
0 commit comments