Inheritance: extends Zend\View\Helper\AbstractHelper
コード例 #1
0
ファイル: ScriptTest.php プロジェクト: gotcms/gotcms
 /**
  * Test
  *
  * @return void
  */
 public function testCallWithIsCallablePlugin()
 {
     $this->assertInstanceOf('Zend\\Mvc\\Controller\\Plugin\\Params', $this->object->params());
 }