Skip to content

Commit ea3450a

Browse files
committed
chore: fix phpunit.xml.dist for appstarter
1 parent 432d724 commit ea3450a

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)