1 | <?php |
||
10 | class ByScenarioNameFileNamingStrategy implements FileNamingStrategy |
||
11 | { |
||
12 | const DEFAULT_SEPARATOR = '_'; |
||
13 | private $separator; |
||
14 | |||
15 | 3 | public function __construct($separator = self::DEFAULT_SEPARATOR) |
|
19 | |||
20 | 2 | public function createFilename(FeatureNode $feature, ScenarioInterface $scenario, OutlineNode $outline = null) |
|
37 | } |
||
38 |