Skip to content

Commit

Permalink
Merge pull request #168 from mfn/mfn-postcondition
Browse files Browse the repository at this point in the history
Change `@after` to `@postCondition`
  • Loading branch information
timvandijck committed Apr 20, 2023
2 parents bf9af3d + ba701df commit b1748c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MatchesSnapshots.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function setUpSnapshotIncrementor()
$this->snapshotIncrementor = 0;
}

/** @after */
/** @postCondition */
public function markTestIncompleteIfSnapshotsHaveChanged()
{
if (empty($this->snapshotChanges)) {
Expand Down

0 comments on commit b1748c4

Please sign in to comment.