Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/JoelMarcey/idiorm into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
treffynnon committed Aug 28, 2013
2 parents d96a564 + 39825da commit 4e9f892
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
*
*/
class MockPDOStatement extends PDOStatement {

private $current_row = 0;

public function __construct() {}
public function execute($params) {}

/**
* Return some dummy data
*/
Expand Down

0 comments on commit 4e9f892

Please # to comment.