Changeset 51568 for trunk/tests/phpunit/tests/post/filtering.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/filtering.php
r48937 r51568 11 11 */ 12 12 class Tests_Post_Filtering extends WP_UnitTestCase { 13 function set Up() {14 parent::set Up();13 function set_up() { 14 parent::set_up(); 15 15 update_option( 'use_balanceTags', 1 ); 16 16 kses_init_filters(); … … 18 18 } 19 19 20 function tear Down() {20 function tear_down() { 21 21 kses_remove_filters(); 22 parent::tear Down();22 parent::tear_down(); 23 23 } 24 24
Note: See TracChangeset
for help on using the changeset viewer.