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')){
|
if(! $host=getenv('SeleniumHost')){
|
||||||
$host='localhost';
|
$host='localhost';
|
||||||
}
|
}
|
||||||
if(! $port=getenv('SeleniumPort')){
|
if(! $port=(int)getenv('SeleniumPort')){
|
||||||
$port='4444';
|
$port=4444;
|
||||||
}
|
}
|
||||||
$this->setHost($host);
|
$this->setHost($host);
|
||||||
$this->setPort($port);
|
$this->setPort($port);
|
||||||
|
Loading…
Reference in New Issue
Block a user