We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caa6e5 commit 5c0c4e4Copy full SHA for 5c0c4e4
tests/Models/TranslationTest.php
@@ -56,6 +56,7 @@ public function test_a_translatable_model_attributes_can_be_translated(): void
56
);
57
58
$this->assertNull(
59
+ $this->user->name,
60
$this->user->translate('name', 'fake')
61
62
}
0 commit comments