We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fb0c3 commit 0c9bcbeCopy full SHA for 0c9bcbe
src/Phpunit/DatabaseTestListener.php
@@ -58,7 +58,7 @@ public function addSkippedTest(\PHPUnit_Framework_Test $test, \Exception $e, $ti
58
{
59
}
60
61
- public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time)
+ public function addRiskyTest(PHPUnit_Framework_Test $test, \Exception $e, $time)
62
63
64
0 commit comments