1 parent 63e7edc commit e4a7626Copy full SHA for e4a7626
1 file changed
tests/Indexer/IndexerTest.php
@@ -71,7 +71,7 @@ public function testIndexer(): void
71
$actualPath = self::TESTDATA_DIR . 'actual';
72
73
$output = [];
74
- $result = exec("scip snapshot --from {$this->indexFile} --to {$actualPath}", $output);
+ $result = exec("scip snapshot --strict=false --from={$this->indexFile} --to={$actualPath}", $output);
75
if ($result === false) {
76
self::fail('Error executing scip: ' . ($output[0] ?? 'no output') . '.');
77
}
0 commit comments