Skip to content

Commit 236e9a5

Browse files
committed
img embed test typo
1 parent 52f8cf3 commit 236e9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ public function test_new_img_caption_shortcode_with_html_caption() {
227227
$this->assertStringNotContainsString(
228228
self::HTML_CONTENT,
229229
$mark,
230-
'Test caption content should not contain the mark surround it: check test setup.'
230+
'Test caption content should not contain the mark surrounding it: check test setup.'
231231
);
232232

233233
$result = img_caption_shortcode(

0 commit comments

Comments
 (0)