diff options
author | Anatol Belski <ab@php.net> | 2016-12-04 22:42:39 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-12-04 22:42:39 +0100 |
commit | eddca73ad2b3db7a3700b703e2a98e710ed0ae8d (patch) | |
tree | 04060f8da10eea1c13d455ec610bfc87ed99730d /ext/mysqli | |
parent | 1eb3f01c680c2b281d848d2f9c41e09092e952d9 (diff) | |
download | php-git-eddca73ad2b3db7a3700b703e2a98e710ed0ae8d.tar.gz |
fix test
This test depends on connection flags modifable from teh env,
that can affect the exact function called.
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/tests/mysqli_expire_password.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/mysqli_expire_password.phpt b/ext/mysqli/tests/mysqli_expire_password.phpt index 4fdf902c79..6ce5eeaacc 100644 --- a/ext/mysqli/tests/mysqli_expire_password.phpt +++ b/ext/mysqli/tests/mysqli_expire_password.phpt @@ -127,10 +127,10 @@ if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO expiretest@'% ?> --EXPECTF-- -Warning: mysqli_real_connect(): (HY000/1862): %s in %s on line %d +Warning: mysqli%sconnect(): (HY000/1862): %s in %s on line %d [001] Cannot connect [1862] %s -Warning: mysqli_real_connect(): (HY000/1862): %s in %s on line %d +Warning: mysqli%sconnect(): (HY000/1862): %s in %s on line %d [003] Cannot connect [1862] %s [006] Connect allowed, query fail, [1820] %s [008] Connect allowed, pw set, [0%A |