Skip to content

Commit 0c9bcbe

Browse files
committed
Minor bug fix
1 parent 22fb0c3 commit 0c9bcbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Phpunit/DatabaseTestListener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $ti
5858
{
5959
}
6060

61-
public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
61+
public function addRiskyTest(PHPUnit_Framework_Test $test, \Exception $e, $time)
6262
{
6363
}
6464

0 commit comments

Comments
 (0)