Inheritance: extends Zend\View\Helper\AbstractHelper
コード例 #1
0
ファイル: CurrentDocumentTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testInvokeFromId()
 {
     $this->assertInstanceOf('Gc\\Document\\Model', $this->object->__invoke());
 }
コード例 #2
0
ファイル: AclTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testInvoke()
 {
     $this->assertFalse($this->object->__invoke('development', 'test'));
 }