public function __construct()
 {
     parent::__construct();
 }
示例#2
0
 public function testPluginsFolderIsLoadedWithCoreCMSplugin()
 {
     $frontController = new FrontController();
     $frontController->frontRouter('somepage', 'somesubpage');
     $this->assertTrue(class_exists('\\Plugins\\Cms\\Config\\Plugin'), 'Core CMS plugin is not loaded');
 }