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 fd21876 commit c5a1280Copy full SHA for c5a1280
tests/UniqueTranslationTest.php
@@ -71,7 +71,6 @@ public function it_checks_if_the_translation_for_a_specific_locale_is_unique()
71
], $rules);
72
73
$this->assertTrue($validation->passes());
74
- $this->assertEmpty($validation->errors()->keys());
75
76
$validation = Validator::make([
77
'slug' => ['nl' => 'existing-slug-nl'],
0 commit comments