Пример #1
0
 public function testQuoteColumnName()
 {
     $this->assertEquals('`test_column`', $this->adapter->quoteColumnName('test_column'));
 }