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

testHas() public method

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