- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media/getAttachmentTaxonomies.php
r42343 r43571 10 10 11 11 $a = self::factory()->attachment->create_object( 12 'image.jpg', 0, array( 12 'image.jpg', 13 0, 14 array( 13 15 'post_mime_type' => 'image/jpeg', 14 16 'post_type' => 'attachment', … … 27 29 28 30 $a = self::factory()->attachment->create_object( 29 'image.jpg', 0, array( 31 'image.jpg', 32 0, 33 array( 30 34 'post_mime_type' => 'image/jpeg', 31 35 'post_type' => 'attachment', … … 44 48 45 49 $a = self::factory()->attachment->create_object( 46 'image.jpg', 0, array( 50 'image.jpg', 51 0, 52 array( 47 53 'post_mime_type' => 'image/jpeg', 48 54 'post_type' => 'attachment', … … 61 67 62 68 $a = self::factory()->attachment->create_object( 63 'image.jpg', 0, array( 69 'image.jpg', 70 0, 71 array( 64 72 'post_mime_type' => 'image/jpeg', 65 73 'post_type' => 'attachment', … … 78 86 79 87 $a = self::factory()->attachment->create_object( 80 'image.jpg', 0, array( 88 'image.jpg', 89 0, 90 array( 81 91 'post_mime_type' => 'image/jpeg', 82 92 'post_type' => 'attachment', … … 98 108 99 109 $a = self::factory()->attachment->create_object( 100 'image.jpg', 0, array( 110 'image.jpg', 111 0, 112 array( 101 113 'post_mime_type' => 'image/jpeg', 102 114 'post_type' => 'attachment', … … 120 132 121 133 $a = self::factory()->attachment->create_object( 122 'image.jpg', 0, array( 134 'image.jpg', 135 0, 136 array( 123 137 'post_mime_type' => 'image/jpeg', 124 138 'post_type' => 'attachment',
Note: See TracChangeset
for help on using the changeset viewer.