Пример #1
0
 /**
  * Test that registered functions are listed and available.
  */
 public function testGetFunctionList()
 {
     $this->assertTrue(in_array("bit_or", MySQLite::getFunctionList()));
     $this->assertTrue(in_array("unix_timestamp", MySQLite::getFunctionList()));
 }