Converted some tests from BrowserKit, Updated shared helpers

This commit is contained in:
Dan Brown
2021-03-03 22:11:00 +00:00
parent 382f155f76
commit 4d4a57d1bf
7 changed files with 170 additions and 192 deletions

View File

@ -30,6 +30,7 @@ use Illuminate\Support\Collection;
* @property int $image_id
* @property string $external_auth_id
* @property string $system_name
* @property Collection $roles
*/
class User extends Model implements AuthenticatableContract, CanResetPasswordContract, Loggable
{