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

(-)a/t/Koha/Exceptions.t (-4 / +1 lines)
Lines 179-187 subtest 'Koha::Exceptions::Patron::Relationship tests' => sub { Link Here
179
179
180
subtest 'Koha::Exceptions::Object::NotInstantiated tests' => sub {
180
subtest 'Koha::Exceptions::Object::NotInstantiated tests' => sub {
181
181
182
    plan tests => 5;
182
    plan tests => 4;
183
184
    use_ok('Koha::Exceptions::Object::NotInstantiated');
185
183
186
    throws_ok
184
    throws_ok
187
        { Koha::Exceptions::Object::NotInstantiated->throw(
185
        { Koha::Exceptions::Object::NotInstantiated->throw(
188
- 

Return to bug 25423