Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
BackendPage.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Mtf\Page;
7 
8 use Magento\Mtf\Factory\Factory;
9 
15 class BackendPage extends Page
16 {
22  protected function initUrl()
23  {
24  $this->url = $_ENV['app_backend_url'] . static::MCA;
25  }
26 
33  public function open(array $params = [])
34  {
35  Factory::getApp()->magentoBackendLoginUser();
36  return parent::open($params);
37  }
38 }
open(array $params=[])
Definition: BackendPage.php:33
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition: website.php:18