Lines 16-22
Link Here
|
16 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
16 |
# along with Koha; if not, see <http://www.gnu.org/licenses>. |
17 |
|
17 |
|
18 |
use Modern::Perl; |
18 |
use Modern::Perl; |
19 |
use Test::More tests => 1; |
19 |
use Test::More tests => 2; |
20 |
use File::Slurp qw( read_file ); |
20 |
use File::Slurp qw( read_file ); |
21 |
use Data::Dumper; |
21 |
use Data::Dumper; |
22 |
use t::lib::QA::TemplateFilters; |
22 |
use t::lib::QA::TemplateFilters; |
Lines 30-35
push @files, `git ls-files 'koha-tmpl/opac-tmpl/bootstrap/en/*.inc'`;
Link Here
|
30 |
# Staff |
30 |
# Staff |
31 |
push @files, `git ls-files 'koha-tmpl/intranet-tmpl/prog/en/*.tt'`; |
31 |
push @files, `git ls-files 'koha-tmpl/intranet-tmpl/prog/en/*.tt'`; |
32 |
push @files, `git ls-files 'koha-tmpl/intranet-tmpl/prog/en/*.inc'`; |
32 |
push @files, `git ls-files 'koha-tmpl/intranet-tmpl/prog/en/*.inc'`; |
|
|
33 |
ok( @files > 0, 'We should test something' ); |
33 |
|
34 |
|
34 |
my @errors; |
35 |
my @errors; |
35 |
for my $file (@files) { |
36 |
for my $file (@files) { |