Exemplo n.º 1
0
 protected function tearDown()
 {
     parent::tearDown();
     $oServiceCaller = new ServiceCaller($this->getTestConfig());
     $oServiceCaller->callService('ViewsGenerator', 1);
 }
Exemplo n.º 2
0
 protected function deleteModuleClass()
 {
     $oServiceCaller = new ServiceCaller($this->getTestConfig());
     $oServiceCaller->setParameter(Remove::FILES_PARAMETER_NAME, [$this->getTestConfig()->getShopPath() . DIRECTORY_SEPARATOR . 'modules' . DIRECTORY_SEPARATOR . 'test1' . DIRECTORY_SEPARATOR . 'controllers' . DIRECTORY_SEPARATOR . 'test1content.php']);
     $oServiceCaller->callService(Remove::class);
 }