예제 #1
0
파일: DojoTest.php 프로젝트: jsnshrmn/Suma
 /**
  * @group ZF-4522
  */
 public function testJavascriptCaptureStartShouldReturnVoid()
 {
     $test = $this->helper->javascriptCaptureStart();
     $this->helper->javascriptCaptureEnd();
     $this->assertNull($test);
 }