Пример #1
0
 /**
  * Simulates the browser forward button.
  *
  * @return sfTestBrowser The current sfTestBrowser instance
  */
 public function forward()
 {
     $this->test()->comment('forward');
     return parent::forward();
 }