Skip to content

Commit

Permalink
Try to open page in setUp.
Browse files Browse the repository at this point in the history
This could workaround phpunit-selenium issue:
giorgiosironi/phpunit-selenium#295

Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Mar 27, 2014
1 parent 1d1907a commit 37e58a8
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 @@ -159,6 +159,7 @@ protected function setUp()

parent::setUp();
$this->setBrowserUrl($GLOBALS['TESTSUITE_URL']);
$this->url('');
$this->_mysqli = new mysqli(
$GLOBALS['TESTSUITE_SERVER'],
$GLOBALS['TESTSUITE_USER'],
Expand Down

0 comments on commit 37e58a8

Please sign in to comment.