- Timestamp:
- 05/10/2020 12:07:49 PM (5 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/canonicalCharset.php
r47779 r47780 2 2 3 3 /* 4 * Validate that 's badly named charsets always return the correct format for UTF-8 and ISO-8859-14 * Validate that badly named charsets always return the correct format for UTF-8 and ISO-8859-1. 5 5 * 6 6 * @since 4.8.0 7 7 */ 8 8 9 class Tests_Functions_ canonical_charset extends WP_UnitTestCase {9 class Tests_Functions_CanonicalCharset extends WP_UnitTestCase { 10 10 11 11 public function test_utf_8_lower() {
Note: See TracChangeset
for help on using the changeset viewer.