We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dd69f commit 846d5f3Copy full SHA for 846d5f3
tests/AdsPostParserTest.php
@@ -66,8 +66,8 @@
66
$content = (new AdsPostParser($this->contentOnlyParagraphs))->appendAdvertising();
67
68
expect($content)
69
- ->toContain("<p>Paragraph1</p><div>--- YOUR AD1 HERE ---</div>")
70
- ->toContain("<p>Paragraph4</p><div>--- YOUR AD2 HERE ---</div>");
+ ->toContain('<p>Paragraph1</p><div>--- YOUR AD1 HERE ---</div>')
+ ->toContain('<p>Paragraph4</p><div>--- YOUR AD2 HERE ---</div>');
71
});
72
73
it('can append first and second advertising', function () {
0 commit comments