Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / t / inc / Database.t
index 0d1579c..9356248 100644 (file)
@@ -14,7 +14,7 @@ plan( 9 );
 
 $db = new DatabaseMysql( $wgDBserver, $wgDBuser, $wgDBpassword );
 
-cmp_ok( $db->addQuotes( NULL ), '==',
+cmp_ok( $db->addQuotes( null ), '==',
        'NULL', 'Add quotes to NULL' );
 
 cmp_ok( $db->addQuotes( 1234 ), '==',