Example #1
0
 public function testValidSql()
 {
     $statement = new Statement("select * from test", $this->connection);
     $this->assertTrue($statement->validateSqlSyntax());
 }