View | Details | Raw Unified | Return to bug 38365
Collapse All | Expand All

(-)a/t/Koha/Middleware/ContentSecurityPolicy.t (-2 / +1 lines)
Lines 18-25 Link Here
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use Modern::Perl;
22
use warnings;
23
use Test::NoWarnings;
22
use Test::NoWarnings;
24
use Test::More tests => 3;
23
use Test::More tests => 3;
25
use Test::Warn;
24
use Test::Warn;
(-)a/t/db_dependent/Koha/Middleware/ContentSecurityPolicy.t (-3 / +1 lines)
Lines 18-25 Link Here
18
# You should have received a copy of the GNU General Public License
18
# You should have received a copy of the GNU General Public License
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
19
# along with Koha; if not, see <https://www.gnu.org/licenses>.
20
20
21
use strict;
21
use Modern::Perl;
22
use warnings;
23
use Test::NoWarnings;
22
use Test::NoWarnings;
24
use Test::More tests => 5;
23
use Test::More tests => 5;
25
24
26
- 

Return to bug 38365