* [ADD] Unit testing. Work in progress

* [MOD] Code refactoring
This commit is contained in:
nuxsmin
2018-07-24 23:58:58 +02:00
parent 0050af5a42
commit b786f26213
8 changed files with 569 additions and 94 deletions

View File

@@ -40,11 +40,11 @@ class UserGroupData extends DataModelBase implements DataModelInterface
/**
* @var string
*/
public $name = '';
public $name;
/**
* @var string
*/
public $description = '';
public $description;
/**
* @var array
*/