Skip to content

Commit e7fca57

Browse files
committed
chore: move <source> up
1 parent 43889b1 commit e7fca57

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

admin/framework/phpunit.xml.dist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
<testdoxText outputFile="build/logs/testdox.txt"/>
3333
<junit outputFile="build/logs/logfile.xml"/>
3434
</logging>
35+
<source>
36+
<include>
37+
<directory suffix=".php">./app</directory>
38+
</include>
39+
<exclude>
40+
<directory suffix=".php">./app/Views</directory>
41+
<file>./app/Config/Routes.php</file>
42+
</exclude>
43+
</source>
3544
<php>
3645
<server name="app.baseURL" value="http://example.com/"/>
3746
<!-- Directory containing phpunit.xml -->
@@ -50,13 +59,4 @@
5059
<env name="database.tests.DBPrefix" value="tests_"/>
5160
-->
5261
</php>
53-
<source>
54-
<include>
55-
<directory suffix=".php">./app</directory>
56-
</include>
57-
<exclude>
58-
<directory suffix=".php">./app/Views</directory>
59-
<file>./app/Config/Routes.php</file>
60-
</exclude>
61-
</source>
6262
</phpunit>

admin/starter/phpunit.xml.dist

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@
3232
<testdoxText outputFile="build/logs/testdox.txt"/>
3333
<junit outputFile="build/logs/logfile.xml"/>
3434
</logging>
35+
<source>
36+
<include>
37+
<directory suffix=".php">./app</directory>
38+
</include>
39+
<exclude>
40+
<directory suffix=".php">./app/Views</directory>
41+
<file>./app/Config/Routes.php</file>
42+
</exclude>
43+
</source>
3544
<php>
3645
<server name="app.baseURL" value="http://example.com/"/>
3746
<!-- Directory containing phpunit.xml -->
@@ -50,13 +59,4 @@
5059
<env name="database.tests.DBPrefix" value="tests_"/>
5160
-->
5261
</php>
53-
<source>
54-
<include>
55-
<directory suffix=".php">./app</directory>
56-
</include>
57-
<exclude>
58-
<directory suffix=".php">./app/Views</directory>
59-
<file>./app/Config/Routes.php</file>
60-
</exclude>
61-
</source>
6262
</phpunit>

0 commit comments

Comments
 (0)