Changeset 51568 for trunk/tests/phpunit/tests/blocks/wpBlock.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/wpBlock.php
r51491 r51568 27 27 * Set up each test method. 28 28 */ 29 public function set Up() {30 parent::set Up();29 public function set_up() { 30 parent::set_up(); 31 31 32 32 $this->registry = new WP_Block_Type_Registry(); … … 36 36 * Tear down each test method. 37 37 */ 38 public function tear Down() {38 public function tear_down() { 39 39 $this->registry = null; 40 40 41 parent::tear Down();41 parent::tear_down(); 42 42 } 43 43
Note: See TracChangeset
for help on using the changeset viewer.