The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

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

Fixed broken test.

parent 817751e8
Branches
Tags
No related merge requests found
......@@ -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' => [
......
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