summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2010-05-31 10:52:14 +0000
committerUlf Wendel <uw@php.net>2010-05-31 10:52:14 +0000
commit2613069cd4c05b074288646f2d0a1049fab997cc (patch)
tree391e55b58bcbebd7feb83bd49c243f8003c0eaff /ext/pdo_mysql/tests
parent46c0f213867bbc687b83c7d28083adfe1dae4ec5 (diff)
downloadphp-git-2613069cd4c05b074288646f2d0a1049fab997cc.tar.gz
Improve EXPECTF to work with other than default schemata
Diffstat (limited to 'ext/pdo_mysql/tests')
-rw-r--r--ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt b/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt
index c0df4a5127..ea25cdc321 100644
--- a/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt
+++ b/ext/pdo_mysql/tests/pdo_mysql___construct_options.phpt
@@ -178,5 +178,5 @@ Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support this func
[021] Execting '1'/boolean got ''/boolean' for options 'PDO::MYSQL_ATTR_LOCAL_INFILE'
[023] Execting 'SET @a=1'/string got ''/boolean' for options 'PDO::MYSQL_ATTR_INIT_COMMAND'
[024] SQLSTATE[42000] [1065] Query was empty
-[025] SQLSTATE[42S02] [1146] Table 'test.nonexistent' doesn't exist
+[025] SQLSTATE[42S02] [1146] Table '%s.nonexistent' doesn't exist
done!