From 53e106ab0a38878b8e1b969db0dcdc42d3f1df85 Mon Sep 17 00:00:00 2001 From: Sven Rautenberg Date: Thu, 16 May 2024 21:09:56 +0200 Subject: [PATCH] Remove duplicate test code --- tests/SimpleTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/SimpleTest.php b/tests/SimpleTest.php index ea906dc80..ce9eb2f26 100644 --- a/tests/SimpleTest.php +++ b/tests/SimpleTest.php @@ -143,7 +143,6 @@ public function testMapSimpleNullableNull() new JsonMapperTest_Simple() ); $this->assertNull($sn->pnullable); - $this->assertEquals(null, $sn->pnullable); } /**