From cbefb2d6627d8595def77cd38abaa5357a84f8fd Mon Sep 17 00:00:00 2001 From: Dave Longley Date: Tue, 8 Jul 2014 14:14:09 -0400 Subject: [PATCH] Implement addRiskyTest() for phpunit 4.x. --- test.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.php b/test.php index bbaa209..7ebf06d 100644 --- a/test.php +++ b/test.php @@ -4,7 +4,7 @@ * * @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'); @@ -546,6 +546,8 @@ class EarlReport extends PHPUnit_Util_Printer $this->addAssertion($test->test, false); } + public function addRiskyTest( + PHPUnit_Framework_Test $test, Exception $e, $time) {} public function addSkippedTest( PHPUnit_Framework_Test $test, Exception $e, $time) {} public function startTest(PHPUnit_Framework_Test $test) {}