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

(-)a/t/db_dependent/Koha/Patron/Log.t (-2 / +2 lines)
Lines 14-20 Link Here
14
# along with Koha; if not, see <http://www.gnu.org/licenses>.
14
# along with Koha; if not, see <http://www.gnu.org/licenses>.
15
15
16
use Modern::Perl;
16
use Modern::Perl;
17
use Test::More tests => 1;
17
use Test::More tests => 2;
18
use Test::NoWarnings;
18
19
19
use Koha::ActionLogs;
20
use Koha::ActionLogs;
20
21
21
- 

Return to bug 22632