Skip to content

Commit

Permalink
Implemented interface method required in phpunit 3.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Feb 13, 2014
1 parent 3c4d9cc commit 386c430
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/TestSuite/Fixture/FixtureInjector.php
Expand Up @@ -137,4 +137,12 @@ public function startTest(PHPUnit_Framework_Test $test) {
public function endTest(PHPUnit_Framework_Test $test, $time) {
}

/**
* Not Implemented
*
* @return void
*/
public function addRiskyTest(PHPUnit_Framework_Test $test, Exception $e, $time) {
}

}

0 comments on commit 386c430

Please sign in to comment.