@@ -, +, @@ --- t/Koha/Script.t | 2 ++ t/Koha/Script_cron.t | 2 ++ 2 files changed, 4 insertions(+) --- a/t/Koha/Script.t +++ a/t/Koha/Script.t @@ -42,6 +42,8 @@ is_deeply( 'branch' => undef, 'desk_id' => undef, 'desk_name' => undef, + 'register_id' => undef, + 'register_name' => undef, }, "Context userenv set correctly with no flags" ); --- a/t/Koha/Script_cron.t +++ a/t/Koha/Script_cron.t @@ -39,6 +39,8 @@ is_deeply( 'branch' => undef, 'desk_id' => undef, 'desk_name' => undef, + 'register_id' => undef, + 'register_name' => undef, }, "Context userenv set correctly with -cron" ); --