Changeset 51623 for trunk/tests/phpunit/tests/formatting/wpTexturize.php
- Timestamp:
- 08/16/2021 09:33:54 PM (3 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpTexturize.php
r51622 r51623 4 4 * @group formatting 5 5 */ 6 class Tests_Formatting_ WPTexturize extends WP_UnitTestCase {6 class Tests_Formatting_wpTexturize extends WP_UnitTestCase { 7 7 function test_dashes() { 8 8 $this->assertSame( 'Hey — boo?', wptexturize( 'Hey -- boo?' ) );
Note: See TracChangeset
for help on using the changeset viewer.