Exemplo n.º 1
0
 public function testIsIdentifier_WithoutAlias_SpaceAlias()
 {
     $this->assertFalse(QuerySplitter::isIdentifier('`test` def'));
 }