From: gggeek Date: Tue, 8 Dec 2020 12:18:04 +0000 (+0000) Subject: comments X-Git-Tag: 4.4.3~45 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=143708b6e4d928d32a0a22af28a3bd54c7d8e5bc;p=plcapi.git comments --- diff --git a/tests/PolyfillTestCase.php b/tests/PolyfillTestCase.php index 7dec3372..14e42c9d 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 {} }