1
0
mirror of synced 2025-02-09 00:39:25 +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 65ed6a2c2f
commit 64a1251b61
No known key found for this signature in database
GPG Key ID: 4167D3337FD9D629

View File

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