Changeset 30549 for trunk/tests/phpunit/tests/image/editor_gd.php
- Timestamp:
- 11/24/2014 08:56:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/image/editor_gd.php
r29834 r30549 473 473 $editor->save( $save_to_file ); 474 474 475 $this->assertImageAlphaAtPoint ( $save_to_file, array( 0,0 ), 127 );475 $this->assertImageAlphaAtPointGD( $save_to_file, array( 0,0 ), 127 ); 476 476 477 477 unlink( $save_to_file ); … … 496 496 $editor->save( $save_to_file ); 497 497 498 $this->assertImageAlphaAtPoint ( $save_to_file, array( 0,0 ), 127 );498 $this->assertImageAlphaAtPointGD( $save_to_file, array( 0,0 ), 127 ); 499 499 500 500 unlink( $save_to_file );
Note: See TracChangeset
for help on using the changeset viewer.