summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2015-12-07 01:12:40 -0500
committerDavey Shafik <me@daveyshafik.com>2015-12-07 01:12:40 -0500
commit821f122e59019dee8e141d8a40cce6b4150dfe6b (patch)
treeb1409951232f6361932c080c7672bf7282f915c4 /tests
parent0a6610cdb671a4579f90388d6489db72c7b57d9c (diff)
downloadphp7-mysql-shim-821f122e59019dee8e141d8a40cce6b4150dfe6b.zip
php7-mysql-shim-821f122e59019dee8e141d8a40cce6b4150dfe6b.tar.gz
php7-mysql-shim-821f122e59019dee8e141d8a40cce6b4150dfe6b.tar.bz2
Handle weirdness with `mysql_table_name()`, especially on HHVM
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]
],
];