public function testQuoteColumnName()
 {
     $this->assertEquals('[test_column]', $this->adapter->quoteColumnName('test_column'));
 }