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 d017252 commit ee395b8Copy full SHA for ee395b8
tests/Traits/UserGroupsTest.php
@@ -42,7 +42,7 @@ public function test_if_it_can_add_groups_to_user_with_array_parameter()
42
$this->assertInstanceOf(User::class, $this->testUser->assignGroup([
43
$this->testUserGroup->id,
44
$this->testAdminGroup->slug,
45
- $this->testUserGroup2
+ $this->testUserGroup2,
46
]));
47
}
48
0 commit comments