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