# You should have received a copy of the GNU General Public License
# along with Koha; if not, see <https://www.gnu.org/licenses>.
use strict;
use Modern::Perl;
use warnings;
use Test::NoWarnings;
use Test::More tests => 3;
use Test::Warn;
use Test::More tests => 5;
-