Skip to content
Snippets Groups Projects
Commit 176f864e authored by Demian Katz's avatar Demian Katz
Browse files

Fixed broken test.

parent 817751e8
No related merge requests found
...@@ -73,6 +73,11 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -73,6 +73,11 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase
public function testBasic() public function testBasic()
{ {
$this->changeConfigs([ $this->changeConfigs([
'config' => [
'Collections' => [
'collections' => true
],
],
'HierarchyDefault' => [ 'HierarchyDefault' => [
'Collections' => [ 'Collections' => [
'link_type' => 'Top' 'link_type' => 'Top'
...@@ -92,6 +97,11 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -92,6 +97,11 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase
public function testKeywordFilter() public function testKeywordFilter()
{ {
$this->changeConfigs([ $this->changeConfigs([
'config' => [
'Collections' => [
'collections' => true
],
],
'HierarchyDefault' => [ 'HierarchyDefault' => [
'Collections' => [ 'Collections' => [
'link_type' => 'Top' 'link_type' => 'Top'
...@@ -120,7 +130,10 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase ...@@ -120,7 +130,10 @@ class CollectionsTest extends \VuFindTest\Unit\MinkTestCase
'config' => [ 'config' => [
'Hierarchy' => [ 'Hierarchy' => [
'showTree' => true 'showTree' => true
] ],
'Collections' => [
'collections' => true
],
], ],
'HierarchyDefault' => [ 'HierarchyDefault' => [
'Collections' => [ 'Collections' => [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment