Lines 34-39
my $driver = $s->driver;
Link Here
|
34 |
my $opac_base_url = $s->opac_base_url; |
34 |
my $opac_base_url = $s->opac_base_url; |
35 |
my $builder = t::lib::TestBuilder->new; |
35 |
my $builder = t::lib::TestBuilder->new; |
36 |
|
36 |
|
|
|
37 |
t::lib::Mocks::mock_preference('SearchEngine', 'Zebra'); # It seems that we do not have enough records indexed with ES |
38 |
|
37 |
our @cleanup; |
39 |
our @cleanup; |
38 |
subtest 'OPAC - borrowernumber and branchcode as html attributes' => sub { |
40 |
subtest 'OPAC - borrowernumber and branchcode as html attributes' => sub { |
39 |
plan tests => 2; |
41 |
plan tests => 2; |
40 |
- |
|
|