コード例 #1
0
ファイル: WebDriverTest.php プロジェクト: surjit/Codeception
 public function testEmptyFormSubmit()
 {
     $this->shouldFail();
     $this->module->amOnPage('/form/complex');
     $this->module->submitForm('form111', []);
 }