summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bootstrap.php b/test/bootstrap.php
index 8790dc7..3b3cace 100644
--- a/test/bootstrap.php
+++ b/test/bootstrap.php
@@ -46,7 +46,7 @@ class MockPDOStatement extends PDOStatement {
/**
* Add data to arrays
*/
- public function bindParams($index, $value, $type)
+ public function bindParam($index, $value, $type)
{
// Do check on index, and type
if (!is_int($index)) throw new Exception('Incorrect parameter type. Expected $index to be an integer.');