- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/wpBlockTypeRegistry.php
r51491 r51568 30 30 * @since 5.0.0 31 31 */ 32 public function set Up() {33 parent::set Up();32 public function set_up() { 33 parent::set_up(); 34 34 35 35 $this->registry = new WP_Block_Type_Registry(); … … 41 41 * @since 5.0.0 42 42 */ 43 public function tear Down() {43 public function tear_down() { 44 44 $this->registry = null; 45 45 46 parent::tear Down();46 parent::tear_down(); 47 47 } 48 48
Note: See TracChangeset
for help on using the changeset viewer.