Fix firebird tests

This commit is contained in:
Timothy Warren 2012-04-24 14:03:54 -04:00
parent 38aadabc9b
commit 9acb171729
2 changed files with 2 additions and 2 deletions

View File

@ -207,9 +207,9 @@ SQL;
// --------------------------------------------------------------------------
public function TestGetpublic functions()
public function TestGetFunctions()
{
$this->assertTrue(is_array($this->db->get_public functions()));
$this->assertTrue(is_array($this->db->get_functions()));
}
// --------------------------------------------------------------------------

Binary file not shown.