* [ADD] Unit testing. Work in progress

* [MOD] Improved backup process. Work in progress
This commit is contained in:
nuxsmin
2018-07-10 00:58:54 +02:00
parent ff8713768d
commit 81569a06f9
7 changed files with 145 additions and 35 deletions

View File

@@ -49,7 +49,7 @@ class ConfigController extends ControllerBase
$this->setupApi(ActionsInterface::BACKUP_CONFIG);
$this->dic->get(FileBackupService::class)
->doBackup();
->doBackup(BACKUP_PATH);
$this->eventDispatcher->notifyEvent('run.backup.end',
new Event($this, EventMessage::factory()