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 bd44f69 commit c48f78aCopy full SHA for c48f78a
e107_tests/tests/unit/plugins/siteinfo/siteinfo_shortcodesTest.php
@@ -78,7 +78,7 @@ public function testSc_sitelogo()
78
self::assertStringContainsString('logo', $result2);
79
80
$result3 = $this->sc->sc_sitelogo(['type'=>'email']);
81
- self::assertStringContainsString('{e_IMAGE}', $result3);
+ self::assertStringContainsString('IMAGE}', $result3);
82
83
84
}
0 commit comments