Lines 234-240
subtest 'needs_install use case tests' => sub {
Link Here
|
234 |
|
234 |
|
235 |
t::lib::Mocks::mock_preference('Version', '3.0.0'); |
235 |
t::lib::Mocks::mock_preference('Version', '3.0.0'); |
236 |
|
236 |
|
237 |
$schema->resultset('PluginData')->delete; |
237 |
Koha::Plugins::Methods->delete; |
|
|
238 |
$plugins = Koha::Plugins->new; |
238 |
$plugins->InstallPlugins; |
239 |
$plugins->InstallPlugins; |
239 |
|
240 |
|
240 |
# re-initialize Koha::REST::V1 after mocking |
241 |
# re-initialize Koha::REST::V1 after mocking |
241 |
- |
|
|