Skip to content

Commit 5ea9e50

Browse files
committed
Updated to support PHPunit 4.0.0
1 parent e8c755a commit 5ea9e50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Cmf/Component/Testing/Phpunit/DatabaseTestListener.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ public function addIncompleteTest(\PHPUnit_Framework_Test $test, \Exception $e,
5454
public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
5555
{
5656
}
57+
58+
public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
59+
{
60+
}
5761

5862
public function startTest(\PHPUnit_Framework_Test $test)
5963
{

0 commit comments

Comments
 (0)