comments
[plcapi.git] / 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 {}
 }