Skip to content

Commit 3837bfb

Browse files
committed
Update mentioned method in @Covers
1 parent 30f7bcd commit 3837bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/php/test-class-amp-gallery-block-sanitizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public function get_reader_mode_data() {
269269
*
270270
* `layout` and `object-fit` will be replaced with a style attribute.
271271
*
272-
* @covers ::sanitize()
272+
* @covers \AMP_Gallery_Block_Sanitizer::::sanitize()
273273
*/
274274
public function test_native_img_tag_has_not_layout_or_object_fit_attrs() {
275275
$source = '<amp-carousel width="600" height="400" type="slides" layout="responsive" lightbox=""><figure class="slide"><img src="http://example.com/img.png" width="600" height="400" layout="fill" object-fit="cover"></figure></amp-carousel>';

0 commit comments

Comments
 (0)