* [ADD] Unit testing. Work in progress

* [ADD] Added verification after XML exporting
* [MOD] Updated EN translations
* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-07-17 01:31:36 +02:00
parent 1f66ed0951
commit 833c93bb99
22 changed files with 3970 additions and 2698 deletions

View File

@@ -33,6 +33,7 @@ use SP\Services\Export\XmlExportService;
/**
* Class ConfigController
*
* @package SP\Modules\Api\Controllers
*/
class ConfigController extends ControllerBase
@@ -83,7 +84,7 @@ class ConfigController extends ControllerBase
);
$this->dic->get(XmlExportService::class)
->doExport($password);
->doExport(BACKUP_PATH, $password);
$this->eventDispatcher->notifyEvent('run.export.end',
new Event($this, EventMessage::factory()