Skip to content

Commit 69bcbbb

Browse files
committed
chore: change config section order
1 parent 84d146f commit 69bcbbb

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
@@ -10,27 +10,17 @@
1010
<clover outputFile="build/logs/clover.xml"/>
1111
</report>
1212
</coverage>
13-
<testsuites>
14-
<testsuite name="System">
15-
<directory>tests/system</directory>
16-
</testsuite>
17-
</testsuites>
1813
<extensions>
1914
<bootstrap class="Nexus\PHPUnit\Tachycardia\TachycardiaExtension">
2015
<parameter name="time-limit" value="0.50" />
2116
<parameter name="report-count" value="30" />
2217
</bootstrap>
2318
</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>
3424
<source>
3525
<include>
3626
<directory suffix=".php">system</directory>
@@ -49,4 +39,14 @@
4939
<file>system/Test/FeatureTestCase.php</file>
5040
</exclude>
5141
</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>
5252
</phpunit>

0 commit comments

Comments
 (0)