Skip to content

Commit 573d0dd

Browse files
committed
[Debug] Skip test that would trigger a fatal error on php 8.
1 parent 5ec5bfb commit 573d0dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ public function testUnsilencing()
9797
$this->assertStringMatchesFormat('%aParse error%a', $output);
9898
}
9999

100+
/**
101+
* @requires PHP < 8.0
102+
*/
100103
public function testStacking()
101104
{
102105
// the ContextErrorException must not be loaded to test the workaround

0 commit comments

Comments
 (0)