Esempio n. 1
0
 protected function setUp()
 {
     $this->fileLoader = FileLoader::getInstance();
 }
Esempio n. 2
0
 /**
  * Application constructor.
  */
 protected function __Construct()
 {
     $this->urlBag = new UrlBag();
     $this->session = new Session();
     $this->fileLoader = FileLoader::getInstance();
 }
Esempio n. 3
0
 protected function setUp()
 {
     $this->fileLoader = FileLoader::getInstance();
     $this->translator = new Translator($this->fileLoader);
 }