We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601c84c commit 293d439Copy full SHA for 293d439
tests/entity/ThemeTest.php
@@ -22,7 +22,7 @@ public function testToJson00() {
22
$theme = ThemeLoader::usingTheme();
23
$j = $theme->toJSON();
24
$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.'');
+ $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.'');
26
}
27
/**
28
* @test
0 commit comments