diff options
author | Antony Dovgal <tony2001@php.net> | 2008-01-18 12:48:35 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-01-18 12:48:35 +0000 |
commit | 92294297e5b0930fc5cf55990c1bc568ffba8785 (patch) | |
tree | 954ad01dc5e22ab4e54fabe9d8e6c728e7499acb | |
parent | da5b986a72914057575d66dbd3b5f056869c0812 (diff) | |
download | php-git-92294297e5b0930fc5cf55990c1bc568ffba8785.tar.gz |
MFH: fix test
-rw-r--r-- | ext/mysql/tests/mysql_phpinfo.phpt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/mysql/tests/mysql_phpinfo.phpt b/ext/mysql/tests/mysql_phpinfo.phpt index 42e5b1806a..af75992e8c 100644 --- a/ext/mysql/tests/mysql_phpinfo.phpt +++ b/ext/mysql/tests/mysql_phpinfo.phpt @@ -19,9 +19,6 @@ ob_end_clean(); if (!stristr($phpinfo, "mysql support")) printf("[001] ext/mysql should have exposed itself.\n"); -if (!stristr($phpinfo, "client api library version")) - printf("[002] ext/mysql should have exposed the library version.\n"); - if (!stristr($phpinfo, "mysql.default_host")) printf("[003] php.ini setting mysql.default_host not shown.\n"); @@ -73,4 +70,4 @@ if ($IS_MYSQLND) { print "done!"; ?> --EXPECTF-- -done!
\ No newline at end of file +done! |