mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 10:50:25 +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);
|
self::assertStringContainsString('logo', $result2);
|
||||||
|
|
||||||
$result3 = $this->sc->sc_sitelogo(['type'=>'email']);
|
$result3 = $this->sc->sc_sitelogo(['type'=>'email']);
|
||||||
self::assertStringContainsString('{e_IMAGE}', $result3);
|
self::assertStringContainsString('IMAGE}', $result3);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user