Esempio n. 1
0
 public function testGetSingleKey()
 {
     $this->set = new ConnectionSet(array('key1' => $this->conn1));
     $this->assertSame('key1', $this->set->getSingleKey());
 }