Koha/testKoha.pl
pate 0376493cd4 refactored slashifyDate function out of inline code, created C4/Koha.pm
to hold it and wrote tests for it, started marking other places for
potential refactoring.
2002-04-08 23:44:43 +00:00

7 lines
72 B
Perl

#!/usr/bin/perl -w
use strict;
use Test::Harness;
runtests 'koha.t';