$db = MySQLPDOTest::factory();
$expected = array(
- '__construct' => true,
- 'prepare' => true,
- 'beginTransaction' => true,
+ '__construct' => true,
+ 'prepare' => true,
+ 'beginTransaction' => true,
'commit' => true,
- 'rollBack' => true,
- 'setAttribute' => true,
+ 'rollBack' => true,
+ 'setAttribute' => true,
'exec' => true,
'query' => true,
- 'lastInsertId' => true,
- 'errorCode' => true,
- 'errorInfo' => true,
- 'getAttribute' => true,
+ 'lastInsertId' => true,
+ 'errorCode' => true,
+ 'errorInfo' => true,
+ 'getAttribute' => true,
'quote' => true,
- '__wakeup' => true,
+ 'inTransaction' => true,
+ '__wakeup' => true,
'__sleep' => true,
'getAvailableDrivers' => true,
);
print "done!";
--EXPECT--
-done!
\ No newline at end of file
+done!