Esempio n. 1
0
 public function testGetConfigDirectory()
 {
     $theme = new Theme('test');
     $this->assertEquals(storage_path() . '/boomcms/themes/test/src/config', $theme->getConfigDirectory());
 }