Gc\View\Helper\ModulePluginTest::testValidatePluginWithException PHP Méthode

testValidatePluginWithException() public méthode

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