Esempio n. 1
0
 public function testViewNameShouldReturnModulleViewWhenUseApplicationDirFlagEnabledBuViewNotExists()
 {
     $this->renderer->useApplicationDirs(true);
     $expectedView = $this->files->get($this, '/module2/views/default/controller/action.php');
     self::assertEquals($expectedView, $this->renderer->getViewFileName('controller', 'action', null, 'module2'));
 }