mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
Fix for test.
This commit is contained in:
@@ -490,12 +490,9 @@ class e_themeTest extends \Codeception\Test\Unit
|
|||||||
{
|
{
|
||||||
$themeObj = $this->tm;
|
$themeObj = $this->tm;
|
||||||
$data = $themeObj::getThemeInfo('bootstrap3');
|
$data = $themeObj::getThemeInfo('bootstrap3');
|
||||||
$result= !empty($data['stylesheetThumbnails']['admin']);
|
$result= !empty($data['multipleStylesheets']);
|
||||||
$this->assertTrue($result);
|
$this->assertTrue($result);
|
||||||
|
|
||||||
$data = $themeObj::getThemeInfo('bootstrap5');
|
|
||||||
$result= !empty($data['stylesheetThumbnails']['front']);
|
|
||||||
$this->assertTrue($result);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetThemeLayout()
|
public function testGetThemeLayout()
|
||||||
|
Reference in New Issue
Block a user