Skip to content

Commit bd4ea2c

Browse files
committed
Tests: Add image editor specific group annotations for resize test classes.
This adds the `wp-image-editor-gd` and `wp-image-editor-imagick` group annotation to the `Test_Image_Resize_GD` and `Test_Image_Resize_Imagick` test classes, respectively. See #63167. git-svn-id: https://develop.svn.wordpress.org/trunk@60769 602fd350-edb4-49c9-b593-d223f7449a82
1 parent c916691 commit bd4ea2c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/phpunit/tests/image/resizeGd.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @group media
66
* @group upload
77
* @group resize
8+
* @group wp-image-editor-gd
89
*
910
* @requires function imagejpeg
1011
*/

tests/phpunit/tests/image/resizeImagick.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* @group media
66
* @group upload
77
* @group resize
8+
* @group wp-image-editor-imagick
89
*/
910
require_once __DIR__ . '/resize.php';
1011

0 commit comments

Comments
 (0)