Media: Fix typo in test_image_preserves_alpha_on_rotate()
.
peserves -> preserves; introduced in [31040]. See #30596. git-svn-id: https://develop.svn.wordpress.org/trunk@36998 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8233227667
commit
eb0268dbe7
@ -512,7 +512,7 @@ class Tests_Image_Editor_Imagick extends WP_Image_UnitTestCase {
|
||||
*
|
||||
* @ticket 30596
|
||||
*/
|
||||
public function test_image_peserves_alpha_on_rotate() {
|
||||
public function test_image_preserves_alpha_on_rotate() {
|
||||
$file = DIR_TESTDATA . '/images/transparent.png';
|
||||
|
||||
$pre_rotate_editor = new Imagick( $file );
|
||||
|
Loading…
Reference in New Issue
Block a user