It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
use Magium\Magento\Themes\AbstractThemeConfiguration;
8
use Magium\Navigators\InstructionNavigator;
9
use Magium\WebDriver\WebDriver;
10
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)