Skip to content

Commit

Permalink
[Debug] Skip test that would trigger a fatal error on php 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed May 21, 2020
1 parent 5ec5bfb commit 573d0dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ public function testUnsilencing()
$this->assertStringMatchesFormat('%aParse error%a', $output);
}

/**
* @requires PHP < 8.0
*/
public function testStacking()
{
// the ContextErrorException must not be loaded to test the workaround
Expand Down

0 comments on commit 573d0dd

Please sign in to comment.