- Timestamp:
- 06/23/2022 08:27:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/convertInvalidEntries.php
r52010 r53562 3 3 /** 4 4 * @group formatting 5 * 6 * @covers ::convert_invalid_entities 5 7 */ 6 8 class Tests_Formatting_ConvertInvalidEntities extends WP_UnitTestCase { … … 20 22 } 21 23 24 /** 25 * @covers ::convert_chars 26 */ 22 27 public function test_escapes_lone_ampersands() { 23 28 $this->assertSame( 'at&t', convert_chars( 'at&t' ) );
Note: See TracChangeset
for help on using the changeset viewer.