Skip to content

Commit 6015936

Browse files
committed
chore: change attribute order
Make the same as the main repositoy's phpunit.xml.dist.
1 parent 3b1ed37 commit 6015936

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

admin/framework/phpunit.xml.dist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
45
bootstrap="system/Test/bootstrap.php"
56
backupGlobals="false"
7+
beStrictAboutOutputDuringTests="true"
68
colors="true"
7-
stopOnError="false"
8-
stopOnFailure="false"
9-
stopOnIncomplete="false"
10-
stopOnSkipped="false"
11-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
9+
columns="max"
10+
failOnRisky="true"
11+
failOnWarning="true"
1212
cacheDirectory="build/.phpunit.cache">
1313
<coverage includeUncoveredFiles="true">
1414
<report>

admin/starter/phpunit.xml.dist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
bootstrap="vendor/codeigniter4/framework/system/Test/bootstrap.php"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
5+
bootstrap="system/Test/bootstrap.php"
56
backupGlobals="false"
7+
beStrictAboutOutputDuringTests="true"
68
colors="true"
7-
stopOnError="false"
8-
stopOnFailure="false"
9-
stopOnIncomplete="false"
10-
stopOnSkipped="false"
11-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
9+
columns="max"
10+
failOnRisky="true"
11+
failOnWarning="true"
1212
cacheDirectory="build/.phpunit.cache">
1313
<coverage includeUncoveredFiles="true">
1414
<report>

0 commit comments

Comments
 (0)