From 143708b6e4d928d32a0a22af28a3bd54c7d8e5bc Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 8 Dec 2020 12:18:04 +0000 Subject: [PATCH] comments --- tests/PolyfillTestCase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/PolyfillTestCase.php b/tests/PolyfillTestCase.php index 7dec337..14e42c9 100644 --- a/tests/PolyfillTestCase.php +++ b/tests/PolyfillTestCase.php @@ -2,6 +2,8 @@ use PHPUnit\Runner\Version as PHPUnit_Version; +/// @todo we should do the opposite - write test code to the 'new' phpunit API, and alias it to the 'old' class name +/// when old classes are present... if (!class_exists('PHPUnit_Extensions_SeleniumCommon_RemoteCoverage')) { class PHPUnit_Extensions_SeleniumCommon_RemoteCoverage extends PHPUnit\Extensions\SeleniumCommon\RemoteCoverage {} } -- 2.43.0