bugfix
This commit is contained in:
parent
374ddd1560
commit
36e74f63b6
@ -12,8 +12,8 @@ abstract class BrowserTest extends \PHPUnit_Extensions_Selenium2TestCase{
|
||||
if(! $host=getenv('SeleniumHost')){
|
||||
$host='localhost';
|
||||
}
|
||||
if(! $port=getenv('SeleniumPort')){
|
||||
$port='4444';
|
||||
if(! $port=(int)getenv('SeleniumPort')){
|
||||
$port=4444;
|
||||
}
|
||||
$this->setHost($host);
|
||||
$this->setPort($port);
|
||||
|
Loading…
Reference in New Issue
Block a user