Skip to content

Commit

Permalink
tests: Update tests for TypedIteratorAggregate.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 24, 2022
1 parent 076cfea commit 6008d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/TypedIteratorAggregateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function jsonSerialize(): string
}
};

$obj2 = new class() implements Countable, JsonSerializable {
$obj2 = new class() implements JsonSerializable, Countable {
public function count(): int
{
return 0;
Expand Down

0 comments on commit 6008d71

Please sign in to comment.