| 1 | <?php |
||
| 16 | abstract class BaseIntegrationCest extends BaseCodeceptionCest |
||
| 17 | { |
||
| 18 | |||
| 19 | use UsesDisk; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @inheritDoc |
||
| 23 | */ |
||
| 24 | public function _beforeSuite(array $settings = []) |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @inheritDoc |
||
| 33 | */ |
||
| 34 | public function _before(Scenario $S) |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @inheritDoc |
||
| 43 | */ |
||
| 44 | public function _after(Scenario $S) |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @inheritDoc |
||
| 51 | */ |
||
| 52 | public function _failed($fail) |
||
| 56 | |||
| 57 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.