mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Issue #5422 Test fix.
This commit is contained in:
@@ -78,7 +78,7 @@ class siteinfo_shortcodesTest extends \Codeception\Test\Unit
|
||||
self::assertStringContainsString('logo', $result2);
|
||||
|
||||
$result3 = $this->sc->sc_sitelogo(['type'=>'email']);
|
||||
self::assertStringContainsString('{e_IMAGE}', $result3);
|
||||
self::assertStringContainsString('IMAGE}', $result3);
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user