Пример #1
0
 /**
  * @group ZF-4522
  */
 public function testOnLoadCaptureStartShouldReturnVoid()
 {
     $test = $this->helper->onLoadCaptureStart();
     $this->helper->onLoadCaptureEnd();
     $this->assertNull($test);
 }