Ejemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param \Behat\Mink\Session $session
  *   The Behat session object;
  * @param string $base_url
  *   The base URL of the site under test.
  */
 public function __construct(Session $session, $base_url = '')
 {
     parent::__construct($session);
     $this->baseUrl = $base_url;
 }