Skip to content

Commit 293d439

Browse files
committed
Update ThemeTest.php
1 parent 601c84c commit 293d439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/entity/ThemeTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testToJson00() {
2222
$theme = ThemeLoader::usingTheme();
2323
$j = $theme->toJSON();
2424
$j->setPropsStyle('camel');
25-
$this->assertEquals('{"themesPath":"'. \webfiori\json\Json::escapeJSONSpecialChars(THEMES_PATH).'", "name":"'.SiteConfig::getBaseThemeName().'", "url":"https:\/\/ibrahim-2017.blogspot.com\/", "license":"MIT License", "licenseUrl":"https:\/\/opensource.org\/licenses\/MIT", "version":"1.0.1", "author":"Ibrahim Ali", "authorUrl":"", "imagesDirName":"images", "themeDirName":"webfiori", "cssDirName":"css", "jsDirName":"js", "components":["LangExt.php"]}',$j.'');
25+
$this->assertEquals('{"themesPath":"'. \webfiori\json\Json::escapeJSONSpecialChars(THEMES_PATH).'", "name":"'.SiteConfig::getBaseThemeName().'", "url":"https:\/\/ibrahim-2017.blogspot.com\/", "license":"MIT License", "licenseUrl":"https:\/\/opensource.org\/licenses\/MIT", "version":"1.0", "author":"Ibrahim Ali", "authorUrl":"", "imagesDirName":"images", "themeDirName":"webfiori-v1.0.8", "cssDirName":"css", "jsDirName":"js", "components":[]}',$j.'');
2626
}
2727
/**
2828
* @test

0 commit comments

Comments
 (0)