Inheritance: extends Zend\View\Helper\AbstractHelper
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetDataShouldReturnValue()
 {
     $this->assertInternalType('string', $this->object->get('debug_is_active'));
 }