Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
fix unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed May 31, 2019
1 parent 236172c commit 50d3212
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/TranslatableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ protected function isEmptyTranslatableAttribute(string $key, $value): bool
}
};
$city->fill([
'country_id' => Country::first()->getKey(),
'en' => ['name' => 0],
'de' => ['name' => 1],
'fr' => ['name' => null],
Expand Down

0 comments on commit 50d3212

Please sign in to comment.