コード例 #1
0
ファイル: BehatContext.php プロジェクト: kdyby/selenium
 public function __construct(array $options)
 {
     $this->seleniumContext = new SeleniumContext($options['sitemapDirs']);
     Bootstrap::registerPanel();
 }
コード例 #2
0
ファイル: SeleniumTestCase.php プロジェクト: kdyby/selenium
 public function __construct($sitemapDirs)
 {
     $this->seleniumContext = $this->createSeleniumContext($sitemapDirs);
     Bootstrap::registerPanel();
 }