- Timestamp:
- 09/19/2020 03:52:03 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/functions/canonicalCharset.php
r48937 r49006 1 1 <?php 2 2 3 /* 3 /** 4 4 * Validate that badly named charsets always return the correct format for UTF-8 and ISO-8859-1. 5 5 * 6 * @since 4.8.0 6 * @since 4.8.0 7 * 8 * @group functions.php 9 * @covers ::_canonical_charset 7 10 */ 8 9 11 class Tests_Functions_CanonicalCharset extends WP_UnitTestCase { 10 12 … … 51 53 /** 52 54 * @ticket 23688 55 * 56 * @covers ::get_option 53 57 */ 54 58 function test_update_option_blog_charset() {
Note: See TracChangeset
for help on using the changeset viewer.