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

testGet() public method

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