Changeset 39607 for branches/4.7/tests/phpunit/tests/image/editor_gd.php
- Timestamp:
- 12/16/2016 05:38:41 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/tests/image/editor_gd.php
r31510 r39607 543 543 544 544 } 545 546 /** 547 * Test WP_Image_Editor_GD handles extension-less images 548 * @ticket 39195 549 */ 550 public function test_image_non_existent_extension() { 551 $image_editor = new WP_Image_Editor_GD( DIR_TESTDATA.'/images/test-image-no-extension' ); 552 $result = $image_editor->load(); 553 554 $this->assertTrue( $result ); 555 } 545 556 }
Note: See TracChangeset
for help on using the changeset viewer.