Bug 41322

Summary: Incorrect use of Test::Strict in xt/tt_tidy.t
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 38664    
Bug Blocks:    

Description Jonathan Druart 2025-11-27 13:34:47 UTC
Wrong copy/paste from another file (?)

xt/tt_tidy.t:use Test::Strict;
xt/tt_tidy.t:$Test::Strict::TEST_STRICT = 0;

This should only be used by t/db_dependent/00-strict.t