Inheritance: extends Zend\View\Helper\AbstractHelper
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testCallWithIsCallablePlugin()
 {
     $this->assertInstanceOf('Zend\\Mvc\\Controller\\Plugin\\Params', $this->object->params());
 }