1 | <?php |
||
20 | final class TestThemeContext implements Context |
||
21 | { |
||
22 | /** |
||
23 | * @var TestThemeConfigurationManagerInterface |
||
24 | */ |
||
25 | private $testThemeConfigurationManager; |
||
26 | |||
27 | /** |
||
28 | * @param TestThemeConfigurationManagerInterface $testThemeConfigurationManager |
||
29 | */ |
||
30 | public function __construct(TestThemeConfigurationManagerInterface $testThemeConfigurationManager) |
||
34 | |||
35 | /** |
||
36 | * @BeforeScenario |
||
37 | */ |
||
38 | public function purgeTestThemes() |
||
42 | } |
||
43 |