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