Revert initial commit
[phpmyadmin/blinky.git] / test / PmaSeleniumLoginTest.php
blobdad0f5fd2a61a0507a0b302977c50a56844b48f2
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Selenium TestCase for login related tests
6 * @version $Id$
7 * @package phpMyAdmin-test
8 */
10 require_once('PmaSeleniumTestCase.php');
13 class PmaSeleniumLoginTest extends PmaSeleniumTestCase
15 public function testLogin()
17 $this->doLogin();
18 $this->assertRegExp("/phpMyAdmin .*-dev/", $this->getTitle());