Changeset 51568 for trunk/tests/phpunit/tests/post/attachments.php
- Timestamp:
- 08/07/2021 10:29:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/post/attachments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/attachments.php
r51462 r51568 8 8 class Tests_Post_Attachments extends WP_UnitTestCase { 9 9 10 function tear Down() {10 function tear_down() { 11 11 // Remove all uploads. 12 12 $this->remove_added_uploads(); 13 parent::tear Down();13 parent::tear_down(); 14 14 } 15 15
Note: See TracChangeset
for help on using the changeset viewer.