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