1 | <?php |
||
15 | final class Template |
||
16 | { |
||
17 | |||
18 | /** |
||
19 | * @inheritDoc |
||
20 | */ |
||
21 | private function __construct() |
||
24 | |||
25 | /** |
||
26 | * @param string $suite |
||
27 | * @param CodeceptionTestType $type |
||
28 | * @param string $prefix |
||
29 | * |
||
30 | * @return string |
||
31 | */ |
||
32 | public static function getBaseTestClass(string $suite, CodeceptionTestType $type, string $prefix = 'Base') : string |
||
36 | |||
37 | } |
||
38 |