コード例 #1
0
ファイル: pdoTest.php プロジェクト: MayuriKadam/phpMQ
 /**
  * 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);
 }