setBrowser(Helper::getBrowserString()); $this->setBrowserUrl( TESTSUITE_PHPMYADMIN_HOST . TESTSUITE_PHPMYADMIN_URL ); } /** * Tests the SQL query tab with a null query * * @return void */ public function testQueryTabWithNullValue() { $log = new PmaSeleniumTestCase($this); $log->login(TESTSUITE_USER, TESTSUITE_PASSWORD); $this->click("link=SQL"); $this->waitForElementPresent("id=queryboxf"); $this->click("button_submit_query"); $this->assertAlert("Missing value in the form!"); } } ?>