summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSimon Holywell <[email protected]>2013-08-28 16:38:01 +0100
committerSimon Holywell <[email protected]>2013-08-28 16:40:44 +0100
commit4e9f8928cfc1e72f2d2f7ded3c7187255e400255 (patch)
tree1354787f6b4446fb7471af473ce4c8ae7dd158b9 /test
parentd96a564dcc8e998ad457f79217f85b93e474ba2e (diff)
parent39825daf7003600c221bacf73210178fd1189080 (diff)
Merge branch 'master' of https://github.com/JoelMarcey/idiorm into develop
Diffstat (limited to 'test')
-rw-r--r--test/bootstrap.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/bootstrap.php b/test/bootstrap.php
index ec13cc7..03ad785 100644
--- a/test/bootstrap.php
+++ b/test/bootstrap.php
@@ -8,8 +8,11 @@ require_once dirname(__FILE__) . '/../idiorm.php';
*
*/
class MockPDOStatement extends PDOStatement {
-
private $current_row = 0;
+
+ public function __construct() {}
+ public function execute($params) {}
+
/**
* Return some dummy data
*/