Changeset 51568 for trunk/tests/phpunit/tests/image/intermediateSize.php
- Timestamp:
- 08/07/2021 10:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/intermediateSize.php
r51451 r51568 6 6 */ 7 7 class Tests_Image_Intermediate_Size extends WP_UnitTestCase { 8 function tear Down() {8 function tear_down() { 9 9 $this->remove_added_uploads(); 10 10 … … 13 13 remove_image_size( 'false-width' ); 14 14 remove_image_size( 'off-by-one' ); 15 parent::tear Down();15 parent::tear_down(); 16 16 } 17 17
Note: See TracChangeset
for help on using the changeset viewer.