$resp = $this->runLogin([
'sub' => 'benny1010101',
- 'groups' => ['Wizards', 'Zookeepers']
+ 'groups' => ['Wizards', 'Zookeepers'],
]);
$resp->assertRedirect('/');
$resp = $this->runLogin([
'sub' => 'benny1010101',
- 'my' => [
+ 'my' => [
'custom' => [
'groups' => [
- 'attr' => ['Wizards']
- ]
- ]
- ]
+ 'attr' => ['Wizards'],
+ ],
+ ],
+ ],
]);
$resp->assertRedirect('/');