Changeset 35309 for trunk/tests/phpunit/tests/image/header.php
- Timestamp:
- 10/21/2015 01:58:52 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/header.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/header.php
r34214 r35309 105 105 106 106 function test_create_attachment_object() { 107 global $custom_image_header;108 109 107 $id = wp_insert_attachment( array( 110 108 'post_status' => 'publish', … … 124 122 125 123 function test_insert_cropped_attachment() { 126 global $custom_image_header;127 128 124 $id = wp_insert_attachment( array( 129 125 'post_status' => 'publish',
Note: See TracChangeset
for help on using the changeset viewer.