|
Lines 72-77
subtest 'html_content() tests' => sub {
Link Here
|
| 72 |
} |
72 |
} |
| 73 |
); |
73 |
); |
| 74 |
|
74 |
|
|
|
75 |
t::lib::Mocks::mock_preference( 'NoticeCSS', '' ); |
| 75 |
my $message = Koha::Notice::Messages->find($message_id); |
76 |
my $message = Koha::Notice::Messages->find($message_id); |
| 76 |
my $wrapped_compare = <<"WRAPPED"; |
77 |
my $wrapped_compare = <<"WRAPPED"; |
| 77 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
78 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 78 |
- |
|
|