X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F3LocalhostTest.php;h=d513b09b6adf7c9376993e3031643a4dee1d6c27;hb=8ccaf4d728232a7537ab964885c526175cb20e09;hp=439b635480456b1c685d34155cb97739a18a6514;hpb=67ed62b148de698be679396151be0aa97856a43b;p=plcapi.git diff --git a/tests/3LocalhostTest.php b/tests/3LocalhostTest.php index 439b635..d513b09 100644 --- a/tests/3LocalhostTest.php +++ b/tests/3LocalhostTest.php @@ -30,6 +30,9 @@ class LocalhostTest extends PhpXmlRpc_PolyfillTestCase protected $collectCodeCoverageInformation; protected $coverageScriptUrl; + /** + * @todo instead of overriding run via _fail, implement PHPUnit_Framework_TestListener - IFF there is such an API portable across PHPUnit 5 to 9... + */ public static function _fail($message = '') { // save in a static var that this particular test has failed @@ -54,6 +57,8 @@ class LocalhostTest extends PhpXmlRpc_PolyfillTestCase * @param TestResult $result * @return TestResult * @throws Exception + * + * @todo instead of overriding run via _run, subclass PHPUnit_Extensions_TestDecorator - IFF there is such an API portable across PHPUnit 5 to 9... */ public function _run($result = NULL) {