Esempio n. 1
0
 public function __construct($url, $commandUrl, PHPUnit_Extensions_Selenium2TestCase_URL $baseUrl)
 {
     if ($url !== NULL) {
         $absoluteLocation = $baseUrl->jump($url)->getValue();
         $jsonParameters = array('url' => $absoluteLocation);
     } else {
         $jsonParameters = NULL;
     }
     parent::__construct($jsonParameters, $commandUrl);
 }