Changeset 25409 for trunk/tests/phpunit/tests/formatting/CleanPre.php
- Timestamp:
- 09/12/2013 06:37:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/CleanPre.php
r25402 r25409 6 6 * 7 7 * @group formatting 8 * @expectedDeprecated clean_pre 8 9 */ 9 10 class Tests_Formatting_CleanPre extends WP_UnitTestCase { 10 protected $deprecated_functions = array( 'clean_pre' );11 11 12 12 function test_removes_self_closing_br_with_space() {
Note: See TracChangeset
for help on using the changeset viewer.