Changeset 32223 for branches/4.1/tests/phpunit/tests/db/charset.php
- Timestamp:
- 04/20/2015 06:39:05 PM (11 years ago)
- File:
-
- 1 edited
-
branches/4.1/tests/phpunit/tests/db/charset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/db/charset.php
r32163 r32223 518 518 self::$_wpdb->query( $create ); 519 519 520 $return = self::$_wpdb->check_ collation( $query );520 $return = self::$_wpdb->check_safe_collation( $query ); 521 521 $this->assertEquals( $expected, $return ); 522 522
Note: See TracChangeset
for help on using the changeset viewer.