Changeset 47122 for trunk/tests/phpunit/tests/ajax/MediaEdit.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/ajax/MediaEdit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/MediaEdit.php
r46586 r47122 1 1 <?php 2 2 /** 3 * Admin ajax functions to be tested3 * Admin Ajax functions to be tested. 4 4 */ 5 5 require_once( ABSPATH . 'wp-admin/includes/ajax-actions.php' ); 6 6 7 7 /** 8 * Testing ajax media editing8 * Testing Ajax media editing. 9 9 * 10 10 * @package WordPress … … 19 19 */ 20 20 public function tearDown() { 21 // Cleanup 21 // Cleanup. 22 22 $this->remove_added_uploads(); 23 23 parent::tearDown();
Note: See TracChangeset
for help on using the changeset viewer.