Skip to content

Commit

Permalink
Set browse url at the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 17, 2014
1 parent 486be69 commit 5f70eb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/selenium/TestBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ class PmaSeleniumBase extends PHPUnit_Extensions_Selenium2TestCase
protected function setUp()
{
parent::setUp();
$this->setBrowserUrl('');
}


Expand Down

0 comments on commit 5f70eb9

Please sign in to comment.