* [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

@@ -187,4 +187,12 @@ class MySQLHandler implements DBStorageInterface
return $this->db;
}
/**
* @return string
*/
public function getDatabaseName()
{
return $this->connectionData->getDbName();
}
}