Skip to content

Commit

Permalink
Update unit test with loan_type holding attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbusenius committed Jan 9, 2025
1 parent a84c575 commit ff8c3de
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,8 @@ protected function getExpectedGetHoldingResult(): array
'addLink' => true,
'bound_with_records' => [],
'folio_location_is_active' => true,
'loan_type_id' => '',
'loan_type_name' => '',
],
],
'electronic_holdings' => [],
Expand Down Expand Up @@ -1012,6 +1014,8 @@ public function testGetHoldingWithFolioSorting(): void
'addLink' => true,
'bound_with_records' => [],
'folio_location_is_active' => true,
'loan_type_id' => '',
'loan_type_name' => '',
],
],
'electronic_holdings' => [],
Expand Down Expand Up @@ -1058,6 +1062,8 @@ public function testGetHoldingFilteringOfEmptyHoldingStatements(): void
'addLink' => true,
'bound_with_records' => [],
'folio_location_is_active' => true,
'loan_type_id' => '',
'loan_type_name' => '',
],
],
'electronic_holdings' => [],
Expand Down Expand Up @@ -1102,6 +1108,8 @@ public function testGetHoldingWithDueDate(): void
'addLink' => true,
'bound_with_records' => [],
'folio_location_is_active' => true,
'loan_type_id' => '',
'loan_type_name' => '',
],
],
'electronic_holdings' => [],
Expand Down Expand Up @@ -1148,6 +1156,8 @@ public function testGetHoldingMultiVolumeWithVuFindSorting(): void
'addLink' => true,
'bound_with_records' => [],
'folio_location_is_active' => true,
'loan_type_id' => '',
'loan_type_name' => '',
],
1 => [
'callnumber_prefix' => '',
Expand All @@ -1173,6 +1183,8 @@ public function testGetHoldingMultiVolumeWithVuFindSorting(): void
'addLink' => true,
'bound_with_records' => [],
'folio_location_is_active' => true,
'loan_type_id' => '',
'loan_type_name' => '',
],
],
'electronic_holdings' => [],
Expand Down

0 comments on commit ff8c3de

Please sign in to comment.