Make WordPress Core


Ignore:
Timestamp:
04/20/2015 06:39:05 PM (11 years ago)
Author:
pento
Message:

Fix an incorrect method name in 4.1, introduced in [32163].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/tests/phpunit/tests/db/charset.php

    r32163 r32223  
    518518        self::$_wpdb->query( $create );
    519519
    520         $return = self::$_wpdb->check_collation( $query );
     520        $return = self::$_wpdb->check_safe_collation( $query );
    521521        $this->assertEquals( $expected, $return );
    522522
Note: See TracChangeset for help on using the changeset viewer.