summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/MySqlShimTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/MySqlShimTest.php b/tests/MySqlShimTest.php
index 8a2e063..460c4a6 100644
--- a/tests/MySqlShimTest.php
+++ b/tests/MySqlShimTest.php
@@ -868,8 +868,8 @@ class MySqlShimTest extends \PHPUnit_Framework_TestCase
"args" => [0]
],
[
- "function" => "mysql_table_name",
- "message" => "mysql_table_name() expects parameter 1 to be resource, null given",
+ "function" => "mysql_tablename",
+ "message" => "mysql_tablename() expects parameter 1 to be resource, null given",
"args" => [0]
],
];