Skip to content

Commit e39fc35

Browse files
jhedstromdrunken-monkey
jhedstrom
authored andcommitted
Issue #2982693 by jhedstrom, borisson_, drunken monkey: Adapted tests to latest Core changes.
1 parent 519d58c commit e39fc35

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: CHANGELOG.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Search API 1.x, dev (xxxx-xx-xx):
22
---------------------------------
3+
- #2982693 by jhedstrom, borisson_, drunken monkey: Adapted tests to latest
4+
Core changes.
35
- #2971033 by mErilainen, drunken monkey, borisson_: Added an option for prefix
46
matching to the database backend.
57
- #2973034 by idebr, drunken monkey: Removed outdated @todo comment.

Diff for: tests/src/Kernel/Index/IndexImportTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ public function testIndexImport() {
9393
];
9494
$sync->write('search_api.index.database_search_index', $import_config);
9595

96+
// The system.site key is required for import validation.
97+
$sync->write('system.site', []);
98+
9699
// Import the test configuration.
97100
$config_importer = $this->configImporter();
98101
$this->assertTrue($config_importer->hasUnprocessedConfigurationChanges(), 'Import prepared');

0 commit comments

Comments
 (0)