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