1 | <?php |
||
16 | class TestGenerator extends BaseTestGenerator |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * TestGenerator constructor. |
||
21 | * |
||
22 | * @param SetupInterface $setup |
||
23 | * @param string $suite |
||
24 | * @param string $name |
||
25 | * @param array $settings |
||
26 | * |
||
27 | * @throws \Exception |
||
28 | */ |
||
29 | public function __construct(SetupInterface $setup, string $suite, string $name, array $settings = []) |
||
33 | |||
34 | /** |
||
35 | * @inheritDoc |
||
36 | */ |
||
37 | protected function getBaseSettings() : array |
||
55 | |||
56 | } |
||
57 |