Bugzilla – Attachment #102074: Bug 19475: Clear the caches at the end of the tests for
bug #19475
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 19475
Collapse All
|
Expand All
(-)
a/t/db_dependent/Holidays.t (-1 / +3 lines)
Lines 318-320 subtest 'copy_to_branch' => sub {
Link Here
318
$schema->storage->txn_rollback;
318
$schema->storage->txn_rollback;
319
319
320
};
320
};
321
-
321
322
# Clear cache
323
Koha::Caches->get_instance->flush_all;
Return to
bug 19475