1 | <?php |
||
14 | class FailureActionListener extends PHPUnit_Framework_BaseTestListener |
||
15 | { |
||
16 | /** |
||
17 | * @param PHPUnit_Framework_Test $test |
||
18 | * @param PHPUnit_Framework_AssertionFailedError $eception |
||
19 | * @param string $time |
||
20 | */ |
||
21 | 1 | public function addFailure( |
|
32 | |||
33 | /** |
||
34 | * @param PHPUnit_Framework_Test $test |
||
35 | * @return string |
||
36 | */ |
||
37 | 1 | public function getUniqueName(PHPUnit_Framework_Test $test) |
|
41 | } |
||
42 |