Changeset 62207 for trunk/tests/phpunit/tests/unicode/wpIsValidUtf8.php
- Timestamp:
- 04/04/2026 11:17:45 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/unicode/wpIsValidUtf8.php
r60630 r62207 1 1 <?php 2 2 3 /** 3 4 * Unit tests covering WordPress’ UTF-8 handling. … … 5 6 * @package WordPress 6 7 * @group unicode 8 * 9 * @covers ::wp_is_valid_utf8 7 10 */ 11 class Tests_Unicode_WpIsValidUtf8 extends WP_UnitTestCase { 8 12 9 class Tests_WpIsValidUtf8TestCase extends WP_UnitTestCase {10 13 /** 11 14 * Verifies that WordPress can properly detect valid and invalid UTF-8.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)