コード例 #1
0
ファイル: ThemeTest.php プロジェクト: falkbizz/boxbilling
 public function testgetName()
 {
     $themeModel = new \Box\Mod\Theme\Model\Theme($this->existingTheme);
     $this->assertEquals($this->existingTheme, $themeModel->getName());
 }