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

testValidatePlugin() public method

Test
public testValidatePlugin ( ) : void
return void
    public function testValidatePlugin()
    {
        $this->assertTrue($this->object->validatePlugin($this->object->get('Blog', 'CommentForm')));
    }