Implement addRiskyTest() for phpunit 4.x.

This commit is contained in:
Dave Longley 2014-07-08 14:14:09 -04:00
parent 9f5df4070b
commit cbefb2d662
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* *
* @author Dave Longley * @author Dave Longley
* *
* Copyright (c) 2013 Digital Bazaar, Inc. All rights reserved. * Copyright (c) 2013-2014 Digital Bazaar, Inc. All rights reserved.
*/ */
require_once('jsonld.php'); require_once('jsonld.php');
@ -546,6 +546,8 @@ class EarlReport extends PHPUnit_Util_Printer
$this->addAssertion($test->test, false); $this->addAssertion($test->test, false);
} }
public function addRiskyTest(
PHPUnit_Framework_Test $test, Exception $e, $time) {}
public function addSkippedTest( public function addSkippedTest(
PHPUnit_Framework_Test $test, Exception $e, $time) {} PHPUnit_Framework_Test $test, Exception $e, $time) {}
public function startTest(PHPUnit_Framework_Test $test) {} public function startTest(PHPUnit_Framework_Test $test) {}