| 1 | <?php |
||
| 20 | class SkippingUnsupportedTestCase extends \PHPUnit_Framework_TestCase |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * This method is called when a test method did not execute successfully. |
||
| 24 | * |
||
| 25 | * @param \Exception|\Throwable $e |
||
| 26 | * |
||
| 27 | * @return void |
||
| 28 | */ |
||
| 29 | protected function onNotSuccessfulTest($e) |
||
| 37 | } |
||
| 38 | } else { |
||
| 67 |