Skip to content

Commit e4a7626

Browse files
committed
tests: update golden files and create SCIP snapshot with strict=false
1 parent 63e7edc commit e4a7626

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Indexer/IndexerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function testIndexer(): void
7171
$actualPath = self::TESTDATA_DIR . 'actual';
7272

7373
$output = [];
74-
$result = exec("scip snapshot --from {$this->indexFile} --to {$actualPath}", $output);
74+
$result = exec("scip snapshot --strict=false --from={$this->indexFile} --to={$actualPath}", $output);
7575
if ($result === false) {
7676
self::fail('Error executing scip: ' . ($output[0] ?? 'no output') . '.');
7777
}

0 commit comments

Comments
 (0)