Inheritance: extends Zend\View\Helper\AbstractHelper
コード例 #1
0
ファイル: ConfigTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testGetDataShouldReturnValue()
 {
     $this->assertInternalType('string', $this->object->get('debug_is_active'));
 }