1 | <?php |
||
14 | class CestGenerator extends BaseTestGenerator |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * CestGenerator constructor. |
||
19 | * |
||
20 | * @param SetupInterface $setup |
||
21 | * @param string $suite |
||
22 | * @param string $name |
||
23 | * @param array $settings |
||
24 | * |
||
25 | * @throws \Exception |
||
26 | */ |
||
27 | public function __construct(SetupInterface $setup, string $suite, string $name, array $settings = []) |
||
31 | |||
32 | /** |
||
33 | * @return array |
||
34 | * @throws \Codeception\Exception\ConfigurationException |
||
35 | * @throws \Exception |
||
36 | */ |
||
37 | protected function getBaseSettings() : array |
||
59 | } |
||
60 |