summaryrefslogtreecommitdiff
path: root/test/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/bootstrap.php')
-rw-r--r--test/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bootstrap.php b/test/bootstrap.php
index 41d9026..c64d5a6 100644
--- a/test/bootstrap.php
+++ b/test/bootstrap.php
@@ -21,7 +21,7 @@ class MockPDOStatement extends PDOStatement {
return false;
} else {
$this->current_row++;
- return array('name' => 'Fred', 'age' => 10, 'id' => '1');
+ return array('name' => 'Fred', 'age' => 10, 'id' => $this->current_row);
}
}
}