Changeset 52010 for trunk/tests/phpunit/tests/formatting/wpStripAllTags.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/wpStripAllTags.php
r51623 r52010 7 7 class Tests_Formatting_wpStripAllTags extends WP_UnitTestCase { 8 8 9 function test_wp_strip_all_tags() {9 public function test_wp_strip_all_tags() { 10 10 11 11 $text = 'lorem<br />ipsum';
Note: See TracChangeset
for help on using the changeset viewer.