1 | <?php |
||
11 | class Switcher extends InstructionNavigator |
||
12 | { |
||
13 | |||
14 | const NAVIGATOR = 'Store\Switcher'; |
||
15 | |||
16 | protected $themeConfiguration; |
||
17 | |||
18 | public function __construct(AbstractTestCase $testCase, WebDriver $webdriver, WaitForPageLoaded $loaded, AbstractThemeConfiguration $themeConfiguration) |
||
23 | |||
24 | |||
25 | public function switchTo($store) |
||
30 | } |