fix incomplete tests while updating snapshots

This commit is contained in:
Fabio Ivona
2023-08-01 17:13:15 +02:00
parent 2f6b99885e
commit 4e719214c6
3 changed files with 32 additions and 2 deletions

View File

@ -834,7 +834,8 @@ final class Expectation
} else {
$filename = $snapshots->save($string);
//$testCase::markTestIncomplete('Snapshot created at ['.$filename.'].');
// $testCase::markTestIncomplete('Snapshot created at ['.$filename.'].');
TestSuite::getInstance()->registerSnapshotChange("Snapshot created at [$filename]");
}
return $this;