Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Aug 20, 2014
1 parent 0749d5c commit e6328eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Phpunit/DatabaseTestListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $ti
{
}

public function addRiskyTest(PHPUnit_Framework_Test $test, \Exception $e, $time)
public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time)
{
}

Expand Down

0 comments on commit e6328eb

Please sign in to comment.