| 1 | <?php |
||
| 9 | class ExtensionDecoratorFileNamingStrategy implements FileNamingStrategy |
||
| 10 | { |
||
| 11 | private $fileNamingStrategy; |
||
| 12 | private $extension; |
||
| 13 | |||
| 14 | 2 | public function __construct(FileNamingStrategy $fileNamingStrategy, $extension = '') |
|
| 19 | |||
| 20 | 1 | public function createFilename(FeatureNode $feature, ScenarioInterface $scenario, OutlineNode $outline = null) |
|
| 31 | } |
||
| 32 |