public function testGetConfig() { $zendConfig = $this->config->getConfig(); $this->assertNotNull($zendConfig); $this->assertInstanceOf('Zend_Config', $zendConfig); }