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