Changeset 40532 for trunk/tests/phpunit/tests/image/editor_gd.php
- Timestamp:
- 04/22/2017 10:11:56 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/image/editor_gd.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editor_gd.php
r39580 r40532 469 469 public function test_image_preserves_alpha_on_resize() { 470 470 if ( ! ( imagetypes() & IMG_PNG ) ) { 471 $this-> markTestSkipped( 'This test requires PHP to be compiled with PNG support.' );471 $this->fail( 'This test requires PHP to be compiled with PNG support.' ); 472 472 } 473 473 … … 496 496 public function test_image_preserves_alpha() { 497 497 if ( ! ( imagetypes() & IMG_PNG ) ) { 498 $this-> markTestSkipped( 'This test requires PHP to be compiled with PNG support.' );498 $this->fail( 'This test requires PHP to be compiled with PNG support.' ); 499 499 } 500 500 … … 522 522 public function test_image_preserves_alpha_on_rotate() { 523 523 if ( ! ( imagetypes() & IMG_PNG ) ) { 524 $this-> markTestSkipped( 'This test requires PHP to be compiled with PNG support.' );524 $this->fail( 'This test requires PHP to be compiled with PNG support.' ); 525 525 } 526 526
Note: See TracChangeset
for help on using the changeset viewer.