Skip to content

Commit c14bbb1

Browse files
Sarthak JaiswalSarthak Jaiswal
authored andcommitted
Add missing code coverage ignore annotation
1 parent feb3c2d commit c14bbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/dominant-color-images/helper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
*/
1818
function dominant_color_set_image_editors( array $editors ): array {
1919
if ( ! class_exists( 'Dominant_Color_Image_Editor_GD' ) ) {
20-
require_once __DIR__ . '/class-dominant-color-image-editor-gd.php';
20+
require_once __DIR__ . '/class-dominant-color-image-editor-gd.php';// @codeCoverageIgnore
2121
}
2222
if ( ! class_exists( 'Dominant_Color_Image_Editor_Imagick' ) ) {
23-
require_once __DIR__ . '/class-dominant-color-image-editor-imagick.php';
23+
require_once __DIR__ . '/class-dominant-color-image-editor-imagick.php';// @codeCoverageIgnore
2424
}
2525

2626
$replaces = array(

0 commit comments

Comments
 (0)