Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Aug 13, 2024
1 parent 0d52568 commit 0bfebf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Fakes/FakeIntEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

enum FakeIntEnum: int implements FakeChildInterface
{
case A = 'a';
case B = 'b';
case C = 'c';
case A = 0;
case B = 1;
case C = 2;
}

0 comments on commit 0bfebf6

Please sign in to comment.