summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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
*/