public function testGetTableData()
 {
     $mysqlHandler = new MySQLHandler($this->user, $this->password, $this->database, $this->host, $this->port);
     $rows = $mysqlHandler->GetTableData('colfusion_dnameinfo');
     $this->assertEquals(10, count($rows));
 }