View | Details | Raw Unified | Return to bug 20123
Collapse All | Expand All

(-)a/t/Auth_with_shibboleth.t (-1 / +3 lines)
Lines 65-70 $context->mock( 'config', \&mockedConfig ); Link Here
65
my $OPACBaseURL = "testopac.com";
65
my $OPACBaseURL = "testopac.com";
66
$context->mock( 'preference', \&mockedPref );
66
$context->mock( 'preference', \&mockedPref );
67
67
68
### Mock ->tz
69
$context->mock( 'timezone', sub { return 'local'; } );
70
68
## Mock Database
71
## Mock Database
69
my $database = new Test::MockModule('Koha::Database');
72
my $database = new Test::MockModule('Koha::Database');
70
73
71
- 

Return to bug 20123