Changeset 51568 for trunk/tests/phpunit/tests/blocks/supportedStyles.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/blocks/supportedStyles.php
r51491 r51568 40 40 * Tear down each test method. 41 41 */ 42 public function tear Down() {42 public function tear_down() { 43 43 while ( ! empty( $this->registered_block_names ) ) { 44 44 $block_name = array_pop( $this->registered_block_names ); … … 46 46 } 47 47 48 parent::tear Down();48 parent::tear_down(); 49 49 } 50 50
Note: See TracChangeset
for help on using the changeset viewer.