Skip to content

Commit

Permalink
Remove dead test code
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenRtbg authored and cweiske committed Sep 8, 2024
1 parent 1d794b3 commit 959c4c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/OtherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,6 @@ public function testPrivatePropertyWithNoSetter()

$json = '{"privateNoSetter" : 1}';
$result = $jm->map(json_decode($json), new JsonMapperTest_PrivateWithSetter());

$this->assertEquals(1, $result->getPrivateProperty());
$this->assertTrue(empty($logger->log));
}

public function testPrivatePropertyWithNoSetterButAllowed()
Expand Down

0 comments on commit 959c4c4

Please sign in to comment.