/** * Test * * @return void */ public function testGetConfig() { $this->assertInternalType('array', $this->object->getConfig()); }