- Timestamp:
- 09/25/2020 02:21:33 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-attachments-controller.php
r49046 r49047 584 584 } 585 585 586 /** 587 * @requires function imagejpeg 588 */ 586 589 public function test_get_item_sizes() { 587 590 $attachment_id = $this->factory->attachment->create_object( … … 612 615 } 613 616 617 /** 618 * @requires function imagejpeg 619 */ 614 620 public function test_get_item_sizes_with_no_url() { 615 621 $attachment_id = $this->factory->attachment->create_object( … … 1945 1951 /** 1946 1952 * @ticket 44405 1953 * @requires function imagejpeg 1947 1954 */ 1948 1955 public function test_edit_image() {
Note: See TracChangeset
for help on using the changeset viewer.