コード例 #1
0
ファイル: ConfigEntities.php プロジェクト: nmallare/platform
 /**
  * @return ConfigEntity
  */
 public function add()
 {
     $this->test->byXPath("//a[@title='Create entity']")->click();
     $this->waitPageToLoad();
     $this->waitForAjax();
     $entity = new ConfigEntity($this->test);
     return $entity->init(true);
 }
コード例 #2
0
ファイル: ConfigEntities.php プロジェクト: Maksold/platform
 public function entityNew()
 {
     $entity = new ConfigEntity($this->test);
     return $entity->init(true);
 }