[Debug] Skip test that would trigger a fatal error on php 8.

This commit is contained in:
Alexander M. Turek 2020-05-21 16:02:48 +02:00
parent 5ec5bfb23c
commit 573d0dd493

View File

@ -97,6 +97,9 @@ class DebugClassLoaderTest extends TestCase
$this->assertStringMatchesFormat('%aParse error%a', $output); $this->assertStringMatchesFormat('%aParse error%a', $output);
} }
/**
* @requires PHP < 8.0
*/
public function testStacking() public function testStacking()
{ {
// the ContextErrorException must not be loaded to test the workaround // the ContextErrorException must not be loaded to test the workaround