Skip to content

Commit 2be14e1

Browse files
avandenbergheclaude
andcommitted
Fix phpunit.xml.dist bootstrap path for local test execution
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 08ffaf7 commit 2be14e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
processIsolation="false"
77
stopOnFailure="false"
88
verbose="true"
9-
bootstrap="../../../../tests/bootstrap.php"
9+
bootstrap="../../../tests/bootstrap.php"
1010
>
1111
<testsuites>
1212
<testsuite name="Extension Test Suite">

0 commit comments

Comments
 (0)