]> granicus.if.org Git - php/commitdiff
Fixed test
authorDmitry Stogov <dmitry@php.net>
Wed, 11 Jun 2008 09:58:45 +0000 (09:58 +0000)
committerDmitry Stogov <dmitry@php.net>
Wed, 11 Jun 2008 09:58:45 +0000 (09:58 +0000)
ext/mysql/tests/mysql_phpinfo.phpt

index af75992e8cbf122c374e5cb8251dd309d3b35cf1..a57e42e6bdb83012097cc87fa0bfea5bb4d11658 100644 (file)
@@ -19,6 +19,9 @@ ob_end_clean();
 if (!stristr($phpinfo, "mysql support"))
        printf("[001] ext/mysql should have exposed itself.\n");
 
+if (!stristr($phpinfo, "client api 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");