Changeset 53562 for trunk/tests/phpunit/tests/formatting/removeAccents.php
- Timestamp:
- 06/23/2022 08:27:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/removeAccents.php
r52809 r53562 3 3 /** 4 4 * @group formatting 5 * 6 * @covers ::remove_accents 5 7 */ 6 8 class Tests_Formatting_RemoveAccents extends WP_UnitTestCase { 9 7 10 public function test_remove_accents_simple() { 8 11 $this->assertSame( 'abcdefghijkl', remove_accents( 'abcdefghijkl' ) );
Note: See TracChangeset
for help on using the changeset viewer.