/** * Test function getConfig */ public function test_getConfig() { $config['dsn'] = $this->dsn; $config['username'] = $this->username; $config['password'] = $this->password; $config['options'] = $this->options_pdo; $this->assertEquals($this->m->getConfig(), $config); }