Bug 17600: Standardize our EXPORT_OK
[koha-ffzg.git] / t / db_dependent / Koha / Statistics.t
index 12ebc9e..01600fa 100755 (executable)
@@ -23,7 +23,7 @@ use Test::More tests => 4;
 
 use Koha::Database;
 use Koha::Statistics;
-use C4::Stats;
+use C4::Stats qw( UpdateStats );
 
 use t::lib::TestBuilder;