patch for Copy set of tables to new name pattern.
[phpmyadmin/dennischen.git] / test / PmaSeleniumLoginTest.php
blob9c1be97b8a4e4d37a6730d6addff9f97d91469f2
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Selenium TestCase for login related tests
6 * @package phpMyAdmin-test
7 */
9 require_once('PmaSeleniumTestCase.php');
12 class PmaSeleniumLoginTest extends PmaSeleniumTestCase
14 public function testLogin()
16 $this->doLogin();
17 $this->assertRegExp("/phpMyAdmin .*-dev/", $this->getTitle());