| 1 | <?php |
||
| 14 | class TestGenerator extends BaseTestGenerator |
||
| 15 | { |
||
| 16 | |||
| 17 | /** |
||
| 18 | * TestGenerator 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 | * @inheritDoc |
||
| 34 | */ |
||
| 35 | protected function getBaseSettings() : array |
||
| 53 | |||
| 54 | } |
||
| 55 |