Skip to content

Commit a2f0821

Browse files
authored
Merge pull request #8785 from kenjis/fix-starter-phpunit.xml.dist
chore: fix phpunit.xml.dist for appstarter
2 parents 78dc4b4 + ea3450a commit a2f0821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/starter/phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
5-
bootstrap="system/Test/bootstrap.php"
5+
bootstrap="vendor/codeigniter4/framework/system/Test/bootstrap.php"
66
backupGlobals="false"
77
beStrictAboutOutputDuringTests="true"
88
colors="true"

0 commit comments

Comments
 (0)