- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/ExcerptRemoveBlocks.php
r50463 r51568 60 60 * @since 5.2.0 61 61 */ 62 function set Up() {63 parent::set Up();62 function set_up() { 63 parent::set_up(); 64 64 self::$post_id = $this->factory()->post->create( 65 65 array( … … 81 81 * @since 5.2.0 82 82 */ 83 function tear Down() {83 function tear_down() { 84 84 $registry = WP_Block_Type_Registry::get_instance(); 85 85 $registry->unregister( 'core/fake' ); 86 86 87 parent::tear Down();87 parent::tear_down(); 88 88 } 89 89
Note: See TracChangeset
for help on using the changeset viewer.