Changeset 46067
- Timestamp:
- 09/05/2019 10:52:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/media.php
r45607 r46067 1785 1785 $image_src = 'http://' . WP_TESTS_DOMAIN . '/wp-content/uploads/2015/12/test image-300x150.png'; 1786 1786 $image_meta = array( 1787 'width' => 2000,1788 'height' => 1 000,1787 'width' => 3000, 1788 'height' => 1500, 1789 1789 'file' => '2015/12/test image.png', 1790 1790 'sizes' => array(
Note: See TracChangeset
for help on using the changeset viewer.