toBe($expected); })->with([ 'null' => [null, false], 'empty' => [[], false], 'current' => [[Goal::SaveTime->value], true], 'removed only' => [['team_collaboration', 'automate_api'], false], 'mixed' => [['team_collaboration', Goal::SaveTime->value], true], ]);