diff --git a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CollectionsTest.php b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CollectionsTest.php
index dc9bd75ba5ef9fcc6540d8eb6a6af0ec57e8855d..de4bf347eb2cfa2c812d325ffcc75a8988466ff7 100644
--- a/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CollectionsTest.php
+++ b/module/VuFind/tests/integration-tests/src/VuFindTest/Mink/CollectionsTest.php
@@ -73,6 +73,11 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase
     public function testBasic()
     {
         $this->changeConfigs([
+            'config' => [
+                'Collections' => [
+                    'collections' => true
+                ],
+            ],
             'HierarchyDefault' => [
                 'Collections' => [
                     'link_type' => 'Top'
@@ -92,6 +97,11 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase
     public function testKeywordFilter()
     {
         $this->changeConfigs([
+            'config' => [
+                'Collections' => [
+                    'collections' => true
+                ],
+            ],
             'HierarchyDefault' => [
                 'Collections' => [
                     'link_type' => 'Top'
@@ -120,7 +130,10 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase
             'config' => [
                 'Hierarchy' => [
                     'showTree' => true
-                ]
+                ],
+                'Collections' => [
+                    'collections' => true
+                ],
             ],
             'HierarchyDefault' => [
                 'Collections' => [