Koha/t/lib
Tomas Cohen Arazi 8fdfa80609 Bug 30181: (QA follow-up) Update BatchTest
This patch updates t::lib::Koha::BackgroundJob::BatchTest to the new
style, and also removes a couple stray cases in which job_id was still
passed as a parameter.

Tests are rewritten a bit, so they actually test more of the behaviors.

To test:
1. Apply this patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/Koha/BackgroundJobs.t
=> SUCCESS: Tests pass!
3. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
2022-03-22 10:17:33 -10:00
..
bad_plugins/Koha/Plugin
Koha/BackgroundJob Bug 30181: (QA follow-up) Update BatchTest 2022-03-22 10:17:33 -10:00
Mocks
plugins/Koha/Plugin Bug 30072: (follow-up) Fix UT after Bug 29857 2022-03-03 16:11:50 -10:00
QA
Bootstrap.pm
Dates.pm
Mocks.pm
Selenium.pm
TestBuilder.pm