Skip to content

Commit

Permalink
make unittest more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed May 29, 2019
1 parent 39a65e3 commit fdec15f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/DetectsChangesTest.php
Expand Up @@ -908,6 +908,12 @@ public function it_can_use_nullable_date_as_loggable_attributes()
$userClass = new class() extends User {
protected $fillable = ['name', 'text'];
protected static $logAttributes = ['*'];
protected $dates = [
'created_at',
'updated_at',
'deleted_at',
];


use LogsActivity, SoftDeletes;
};
Expand Down

0 comments on commit fdec15f

Please sign in to comment.