コード例 #1
0
ファイル: DojoTest.php プロジェクト: jsnshrmn/Suma
 /**
  * @group ZF-4522
  */
 public function testOnLoadCaptureStartShouldReturnVoid()
 {
     $test = $this->helper->onLoadCaptureStart();
     $this->helper->onLoadCaptureEnd();
     $this->assertNull($test);
 }