We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b7a14 commit 4fc9ff5Copy full SHA for 4fc9ff5
plugins/image-prioritizer/hooks.php
@@ -10,6 +10,6 @@
10
if ( ! defined( 'ABSPATH' ) ) {
11
exit; // Exit if accessed directly.
12
}
13
-// @codeCoverageIgnoreEnd
14
15
add_action( 'od_init', 'image_prioritizer_init' );
+// @codeCoverageIgnoreEnd
plugins/image-prioritizer/tests/test-helper.php
@@ -85,6 +85,7 @@ public function data_provider_test_filter_tag_visitors(): array {
85
* @covers Image_Prioritizer_Tag_Visitor
86
* @covers Image_Prioritizer_Img_Tag_Visitor
87
* @covers Image_Prioritizer_Background_Image_Styled_Tag_Visitor
88
+ * @covers Image_Prioritizer_Video_Tag_Visitor
89
*
90
* @dataProvider data_provider_test_filter_tag_visitors
91
0 commit comments