Changeset 44785 for trunk/tests/phpunit/includes/abstract-testcase.php
- Timestamp:
- 03/01/2019 08:57:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/abstract-testcase.php
r44719 r44785 1063 1063 1064 1064 $attachment = array( 1065 'post_title' => basename( $upload['file'] ),1065 'post_title' => wp_basename( $upload['file'] ), 1066 1066 'post_content' => '', 1067 1067 'post_type' => 'attachment',
Note: See TracChangeset
for help on using the changeset viewer.