Skip to content

Commit 1881f84

Browse files
Update expectation after https://wiki.php.net/rfc/error_backtraces_v2 was implemented for PHP 8.5
1 parent 16739c4 commit 1881f84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/end-to-end/generic/phar-extension-suppressed.phpt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ $_SERVER['argv'][] = '--no-extensions';
1010
require_once __DIR__ . '/../../bootstrap.php';
1111
PHPUnit\TextUI\Command::main();
1212
--EXPECTF--
13-
Fatal error: Trait %sPHPUnit\ExampleExtension\TestCaseTrait%s not found in %s
14-
13+
Fatal error: Trait %sPHPUnit\ExampleExtension\TestCaseTrait%s not found in %A

0 commit comments

Comments
 (0)