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:
Mike Schroder 2016-03-15 03:50:40 +00:00
parent 8233227667
commit eb0268dbe7
1 changed files with 1 additions and 1 deletions

View File

@ -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 );