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

testValidatePluginWithException() public method

Test
    public function testValidatePluginWithException()
    {
        $this->setExpectedException('Exception');
        $this->assertNull($this->object->validatePlugin('fakePlugin'));
    }