Skip to content

Commit 5cce21b

Browse files
committed
Updated: PHPUnit_Util_Log_VCR implements now addRiskyTest() for PHPUnit 4.x.
1 parent e430e4d commit 5cce21b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

PHPUnit/Util/Log/VCR.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@ public function addSkippedTest(PHPUnit_Framework_Test $test, Exception $e, $time
8989
{
9090
}
9191

92+
/**
93+
* Risky test.
94+
*
95+
* @param PHPUnit_Framework_Test $test
96+
* @param Exception $e
97+
* @param float $time
98+
*/
99+
public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
100+
{
101+
102+
}
103+
92104
/**
93105
* A test started.
94106
*

0 commit comments

Comments
 (0)