Blog\ModuleTest::testGetConfig PHP Méthode

testGetConfig() public méthode

Test
public testGetConfig ( ) : void
Résultat void
    public function testGetConfig()
    {
        $this->assertInternalType('array', $this->object->getConfig());
    }