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