Firebird test tweak

This commit is contained in:
Timothy Warren 2012-02-29 08:57:43 -05:00
parent b2c624c9dc
commit da6d485785
3 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class FirebirdTest extends UnitTestCase {
VALUES (?,?,?)
SQL;
$this->db->prepare($sql);
$this->db->execute(array(1,"boogers", "Gross"));
$this->db->execute(array(1,"booger's", "Gross"));
}

Binary file not shown.

Binary file not shown.