diff --git a/tests/TestCase/ORM/MarshallerTest.php b/tests/TestCase/ORM/MarshallerTest.php index 95aa16005be..23952126f23 100644 --- a/tests/TestCase/ORM/MarshallerTest.php +++ b/tests/TestCase/ORM/MarshallerTest.php @@ -1816,7 +1816,6 @@ public function testMergeBelongsToManyEntitiesFromIds() $this->assertInstanceOf('Cake\ORM\Entity', $result->tags[2]); } - /** * Tests that merging data to an entity containing belongsToMany and _ids * will not generate conflicting queries when associations are automatically selected