Skip to content

Commit b1748c4

Browse files
authored
Merge pull request #168 from mfn/mfn-postcondition
Change `@after` to `@postCondition`
2 parents bf9af3d + ba701df commit b1748c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MatchesSnapshots.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function setUpSnapshotIncrementor()
2828
$this->snapshotIncrementor = 0;
2929
}
3030

31-
/** @after */
31+
/** @postCondition */
3232
public function markTestIncompleteIfSnapshotsHaveChanged()
3333
{
3434
if (empty($this->snapshotChanges)) {

0 commit comments

Comments
 (0)