Skip to content

Commit

Permalink
Update expectation after https://wiki.php.net/rfc/error_backtraces_v2
Browse files Browse the repository at this point in the history
…was implemented for PHP 8.5
  • Loading branch information
sebastianbergmann committed Jan 30, 2025
1 parent 16739c4 commit 1881f84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/end-to-end/generic/phar-extension-suppressed.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ $_SERVER['argv'][] = '--no-extensions';
require_once __DIR__ . '/../../bootstrap.php';
PHPUnit\TextUI\Command::main();
--EXPECTF--
Fatal error: Trait %sPHPUnit\ExampleExtension\TestCaseTrait%s not found in %s

Fatal error: Trait %sPHPUnit\ExampleExtension\TestCaseTrait%s not found in %A

0 comments on commit 1881f84

Please sign in to comment.