Changeset 50249 for branches/3.9/tests/phpunit/tests/image/editor_gd.php
- Timestamp:
- 02/08/2021 08:57:07 PM (6 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/image/editor_gd.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
- Property svn:mergeinfo changed
/branches/5.0 merged: 43836 /trunk merged: 44176,45445,45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49267,49335,49358,49360,49362
- Property svn:mergeinfo changed
-
branches/3.9/tests/phpunit/tests/image/editor_gd.php
r47329 r50249 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)