Skip to content

Commit

Permalink
fixup! Remove unnecessary unset statements in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Nov 27, 2024
1 parent 9aa4f76 commit 0d0db43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/MultiBindingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public function testOffsetSet(Map $map): void
public function testOffsetUnset(Map $map): void
{
$this->expectException(LogicException::class);
unset($map['one']);
}

public function testAnotherBinder(): void
Expand Down

0 comments on commit 0d0db43

Please sign in to comment.