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

testCanCreate() public method

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