Gc\View\Helper\ModulePluginTest::testInvoke PHP Method

testInvoke() public method

Test
public testInvoke ( ) : void
return void
    public function testInvoke()
    {
        $this->assertFalse($this->object->__invoke('null', 'nothing'));
        $this->assertInternalType('string', $this->object->__invoke('Blog', 'CommentForm'));
    }