mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
fix incomplete tests while updating snapshots
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user