Bug 22709: (follow-up) Move new test file into a Plugins subdirectory
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 3 Jul 2019 12:18:35 +0000 (08:18 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 4 Jul 2019 12:49:56 +0000 (13:49 +0100)
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

t/db_dependent/Plugins/Biblio_and_Items_plugin_hooks.t [moved from t/db_dependent/Biblio_and_Items_plugin_hooks.t with 98% similarity]

@@ -28,7 +28,7 @@ use t::lib::TestBuilder;
 
 BEGIN {
     # Mock pluginsdir before loading Plugins module
-    my $path = dirname(__FILE__) . '/../lib';
+    my $path = dirname(__FILE__) . '/../../lib';
     t::lib::Mocks::mock_config( 'pluginsdir', $path );
 
     use_ok('Koha::Plugins');