From e1cd2da9215c7bbf190105eca237316f5f8fd17c Mon Sep 17 00:00:00 2001 From: gggeek Date: Sun, 6 Dec 2020 16:47:09 +0000 Subject: [PATCH] tests --- tests/PolyfillTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/PolyfillTestCase.php b/tests/PolyfillTestCase.php index 5e2fcdc..7dec337 100644 --- a/tests/PolyfillTestCase.php +++ b/tests/PolyfillTestCase.php @@ -2,8 +2,8 @@ use PHPUnit\Runner\Version as PHPUnit_Version; -if (class_exists('PhpXmlRpc_PolyfillTestCase')) { - return; +if (!class_exists('PHPUnit_Extensions_SeleniumCommon_RemoteCoverage')) { + class PHPUnit_Extensions_SeleniumCommon_RemoteCoverage extends PHPUnit\Extensions\SeleniumCommon\RemoteCoverage {} } if (class_exists(PHPUnit_Version::class) === false || version_compare(PHPUnit_Version::id(), '8.0.0', '<')) { -- 2.43.0