Skip to content

Commit e6328eb

Browse files
committed
typo fix
1 parent 0749d5c commit e6328eb

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)