Ejemplo n.º 1
0
 /**
  * @see Behat\Mink\Driver\DriverInterface::executeScript()
  */
 public function executeScript($script)
 {
     $this->browser->runScript($script);
 }