Changeset 51568 for trunk/tests/phpunit/tests/media.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r51462 r51568 52 52 } 53 53 54 public static function tear DownAfterClass() {54 public static function tear_down_after_class() { 55 55 wp_delete_post( self::$large_id, true ); 56 parent::tear DownAfterClass();57 } 58 59 function set Up() {60 parent::set Up();56 parent::tear_down_after_class(); 57 } 58 59 function set_up() { 60 parent::set_up(); 61 61 $this->caption = 'A simple caption.'; 62 62 $this->alternate_caption = 'Alternate caption.';
Note: See TracChangeset
for help on using the changeset viewer.