Skip to content
Snippets Groups Projects
Commit 4f1907f1 authored by Robert Lange's avatar Robert Lange
Browse files

refs #23448 [finc] fix SearchSpecsReaderTest setUpBeforeClass - keep parent signature return type

* fix test for local searchspecs match - add WorkKeys
parent beb94975
No related merge requests found
......@@ -513,3 +513,9 @@ CallNumber:
dewey-search:
- [callnumber_exact, 1000]
- [callnumber_fuzzy, null]
WorkKeys:
QueryFields:
work_keys_str_mv:
- [and, 100]
- [or, ~]
\ No newline at end of file
......@@ -513,3 +513,9 @@ CallNumber:
dewey-search:
- [callnumber_exact, 1000]
- [callnumber_fuzzy, null]
WorkKeys:
QueryFields:
work_keys_str_mv:
- [and, 100]
- [or, ~]
\ No newline at end of file
......@@ -76,7 +76,7 @@ class SearchSpecsReaderTest extends \VuFindTest\Config\SearchSpecsReaderTest
*
* @return void
*/
public static function setUpBeforeClass()
public static function setUpBeforeClass(): void
{
// Don't create test files, use existing.
......
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