forked from friendica/php-json-ld
Implement addRiskyTest() for phpunit 4.x.
This commit is contained in:
parent
9f5df4070b
commit
cbefb2d662
4
test.php
4
test.php
|
@ -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) {}
|
||||||
|
|
Loading…
Reference in a new issue