Changeset 51623 for trunk/tests/phpunit/tests/formatting/wpSpecialchars.php
- Timestamp:
- 08/16/2021 09:33:54 PM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpSpecialchars.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WPSpecialchars extends WP_UnitTestCase {6 class Tests_Formatting_wpSpecialchars extends WP_UnitTestCase { 7 7 function test_wp_specialchars_basics() { 8 8 $html = '&<hello world>';
Note: See TracChangeset
for help on using the changeset viewer.