Exemplo n.º 1
0
 public function testQuotingIdentifiers()
 {
     $db = new DBMSSQL();
     $this->assertEquals('[Book ISBN]', $db->quoteIdentifier('Book ISBN'));
 }