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

(-)a/t/Koha/Plugin/TestAuth.pm (-6 / +5 lines)
Lines 38-48 sub new { Link Here
38
    return $self;
38
    return $self;
39
}
39
}
40
40
41
sub configure {
42
    my ($self, $args) = @_; 
43
    $self->go_home();
44
}
45
46
=head2 retrieve_data
41
=head2 retrieve_data
47
42
48
Just return priority. It overrides the one in Koha::Plugin::Base for the test.
43
Just return priority. It overrides the one in Koha::Plugin::Base for the test.
Lines 58-63 sub retrieve_data { Link Here
58
53
59
}
54
}
60
55
56
sub configure {
57
    my ($self, $args) = @_; 
58
    $self->go_home();
59
}
60
61
=head2 checkpw
61
=head2 checkpw
62
62
63
  ($result, cardnumber, $userid) =
63
  ($result, cardnumber, $userid) =
64
- 

Return to bug 20340