Code Duplication    Length = 7-7 lines in 2 locations

src/Kunstmaan/FormBundle/Tests/unit/Entity/FormSubmissionFieldTypes/ChoiceFormSubmissionFieldTest.php 1 location

@@ 66-72 (lines=7) @@
63
        $this->assertEquals($value, $object->getValue());
64
    }
65
66
    public function testSetGetExpanded()
67
    {
68
        $object = $this->object;
69
        $this->assertFalse($object->getExpanded());
70
        $object->setExpanded(true);
71
        $this->assertTrue($object->getExpanded());
72
    }
73
74
    public function testSetGetMultiple()
75
    {

src/Kunstmaan/FormBundle/Tests/unit/Entity/PageParts/ChoicePagePartTest.php 1 location

@@ 64-70 (lines=7) @@
61
        $this->assertEquals(ChoicePagePartAdminType::class, $this->object->getDefaultAdminType());
62
    }
63
64
    public function testSetGetExpanded()
65
    {
66
        $object = $this->object;
67
        $this->assertFalse($object->getExpanded());
68
        $object->setExpanded(true);
69
        $this->assertTrue($object->getExpanded());
70
    }
71
72
    public function testSetGetMultiple()
73
    {