Merge pull request #8785 from kenjis/fix-starter-phpunit.xml.dist

chore: fix phpunit.xml.dist for appstarter
This commit is contained in:
kenjis 2024-04-15 08:20:21 +09:00 committed by GitHub
commit a2f0821127
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
bootstrap="system/Test/bootstrap.php"
bootstrap="vendor/codeigniter4/framework/system/Test/bootstrap.php"
backupGlobals="false"
beStrictAboutOutputDuringTests="true"
colors="true"