1
0
mirror of synced 2025-02-02 21:41:45 +03:00

#6613 #6614 better test specification - removing useless assertions

This commit is contained in:
Marco Pivetta 2017-08-11 14:20:07 +02:00
parent 594e60d3f7
commit 0a1a84163e
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

@ -31,9 +31,6 @@ class User
*/
public $phones;
/**
* User constructor.
*/
public function __construct()
{
$this->id = uniqid('user', true);