diff --git a/tests/unit/Grav/Common/Helpers/ExcerptsTest.php b/tests/unit/Grav/Common/Helpers/ExcerptsTest.php index dd0fde834..0cc48a4e9 100644 --- a/tests/unit/Grav/Common/Helpers/ExcerptsTest.php +++ b/tests/unit/Grav/Common/Helpers/ExcerptsTest.php @@ -78,7 +78,8 @@ class ExcerptsTest extends \Codeception\TestCase\Test { $this->assertRegexp('|Sample Image|', Excerpts::processImageHtml('Sample Image', $this->page)); - + $this->assertRegexp('|Sample Image|', + Excerpts::processImageHtml('Sample Image', $this->page)); } }