Changeset 51568 for trunk/tests/phpunit/tests/blocks/editor.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/editor.php
r51491 r51568 20 20 * Sets up each test method. 21 21 */ 22 public function set Up() {22 public function set_up() { 23 23 global $post; 24 24 25 parent::set Up();25 parent::set_up(); 26 26 27 27 $args = array( … … 36 36 } 37 37 38 public function tear Down() {38 public function tear_down() { 39 39 /** @var WP_REST_Server $wp_rest_server */ 40 40 global $wp_rest_server; 41 41 $wp_rest_server = null; 42 parent::tear Down();42 parent::tear_down(); 43 43 } 44 44
Note: See TracChangeset
for help on using the changeset viewer.