Esempio n. 1
0
 /**
  * @group ZF-4522
  */
 public function testJavascriptCaptureStartShouldReturnVoid()
 {
     $test = $this->helper->javascriptCaptureStart();
     $this->helper->javascriptCaptureEnd();
     $this->assertNull($test);
 }