コード例 #1
0
 public function testSetListTables()
 {
     $this->_adapter->setListTables(array("foo", "bar"));
     $this->assertEquals(array("foo", "bar"), $this->_adapter->listTables());
 }