| 1 | <?php |
||
| 7 | class StrictCoverageListener extends \PHPUnit_Framework_BaseTestListener |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param \PHPUnit_Framework_Test $test |
||
| 11 | * @param \Exception $e |
||
| 12 | * @param float $time |
||
| 13 | */ |
||
| 14 | 3 | public function addRiskyTest(\PHPUnit_Framework_Test $test, \Exception $e, $time) |
|
| 23 | |||
| 24 | /** |
||
| 25 | * @param \PHPUnit_Framework_TestCase $test |
||
| 26 | */ |
||
| 27 | 3 | protected function removeCoverageFor(\PHPUnit_Framework_TestCase $test) |
|
| 47 | } |
||
| 48 |