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

(-)a/t/Koha/Plugin/TestAuth.pm (-6 / +5 lines)
Lines 38-43 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
41
=head2 retrieve_data
46
=head2 retrieve_data
42
47
43
Just return priority. It overrides the one in Koha::Plugin::Base for the test.
48
Just return priority. It overrides the one in Koha::Plugin::Base for the test.
Lines 53-63 sub retrieve_data { Link Here
53
58
54
}
59
}
55
60
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