コード例 #1
0
 /**
  * ArticleContext constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->article_page = new ArticlePage();
 }
コード例 #2
0
 /**
  * LoginContext constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->login_page = new LoginPage();
 }
コード例 #3
0
 /**
  * MyAccountContext constructor.
  */
 public function __construct()
 {
     parent::__construct();
     $this->my_account_page = new MyAccountPage();
 }