Gc\View\Helper\ModulePluginTest::testGet PHP 메소드

testGet() 공개 메소드

Test
public testGet ( ) : void
리턴 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')));
    }