comments
authorgggeek <giunta.gaetano@gmail.com>
Tue, 8 Dec 2020 12:18:04 +0000 (12:18 +0000)
committergggeek <giunta.gaetano@gmail.com>
Tue, 8 Dec 2020 12:18:04 +0000 (12:18 +0000)
tests/PolyfillTestCase.php

index 7dec337..14e42c9 100644 (file)
@@ -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 {}
 }