Created ListTagsActionTest

This commit is contained in:
Alejandro Celaya
2017-07-07 13:28:58 +02:00
parent 95ec7e0afa
commit 5c7962966d
4 changed files with 55 additions and 4 deletions

View File

@@ -20,6 +20,11 @@ class Tag extends AbstractEntity implements \JsonSerializable
*/
protected $name;
public function __construct($name = null)
{
$this->name = $name;
}
/**
* @return string
*/