Changeset 50248 for branches/4.0/tests/phpunit/tests/image/editor_gd.php
- Timestamp:
- 02/08/2021 08:56:35 PM (5 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/image/editor_gd.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
- Property svn:mergeinfo changed
/branches/5.0 merged: 43836 /trunk merged: 30549,44176,45445,45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49267,49335,49358,49360,49362
- Property svn:mergeinfo changed
-
branches/4.0/tests/phpunit/tests/image/editor_gd.php
r29120 r50248 470 470 $editor->save( $save_to_file ); 471 471 472 $this->assertImageAlphaAtPoint ( $save_to_file, array( 0,0 ), 127 );472 $this->assertImageAlphaAtPointGD( $save_to_file, array( 0,0 ), 127 ); 473 473 474 474 unlink( $save_to_file ); … … 490 490 $editor->save( $save_to_file ); 491 491 492 $this->assertImageAlphaAtPoint ( $save_to_file, array( 0,0 ), 127 );492 $this->assertImageAlphaAtPointGD( $save_to_file, array( 0,0 ), 127 ); 493 493 494 494 unlink( $save_to_file );
Note: See TracChangeset
for help on using the changeset viewer.