]> granicus.if.org Git - php/commitdiff
Make test work with database other than "test" (merge from 5.4).
authorDaniel Convissor <danielc@php.net>
Sun, 4 Sep 2011 00:56:38 +0000 (00:56 +0000)
committerDaniel Convissor <danielc@php.net>
Sun, 4 Sep 2011 00:56:38 +0000 (00:56 +0000)
ext/mysqli/tests/mysqli_free_result.phpt

index a065e1482178dab30fed4865449abf54df7603ca..28f338ac6d4cdf7ff53efa1f36ff2f3787e9d0e1 100644 (file)
@@ -10,7 +10,6 @@ require_once('skipifconnectfailure.inc');
 <?php
        require_once("connect.inc");
 
-       $db = 'test';
        $tmp    = NULL;
        $link   = NULL;
 
@@ -76,4 +75,4 @@ bool(false)
 
 Warning: mysqli_free_result() expects parameter 1 to be mysqli_result, boolean given in %s on line %d
 NULL
-done!
\ No newline at end of file
+done!