Gc\View\Helper\ModulePluginTest::testInvoke PHP Méthode

testInvoke() public méthode

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