Skip to content

Commit 1829df8

Browse files
committed
chore: change config section order
1 parent 0682fee commit 1829df8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

phpunit.xml.dist

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,17 @@
1212
<text outputFile="build/coverage/text/coverage.txt"/>
1313
</report>
1414
</coverage>
15-
<testsuites>
16-
<testsuite name="System">
17-
<directory>tests/system</directory>
18-
</testsuite>
19-
</testsuites>
2015
<extensions>
2116
<bootstrap class="Nexus\PHPUnit\Tachycardia\TachycardiaExtension">
2217
<parameter name="time-limit" value="0.50" />
2318
<parameter name="report-count" value="30" />
2419
</bootstrap>
2520
</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>
3626
<source>
3727
<include>
3828
<directory suffix=".php">system</directory>
@@ -51,4 +41,14 @@
5141
<file>system/Test/FeatureTestCase.php</file>
5242
</exclude>
5343
</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>
5454
</phpunit>

0 commit comments

Comments
 (0)