Code Duplication    Length = 7-7 lines in 2 locations

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

@@ 74-80 (lines=7) @@
71
        $this->assertTrue($object->getExpanded());
72
    }
73
74
    public function testSetGetMultiple()
75
    {
76
        $object = $this->object;
77
        $this->assertFalse($object->getMultiple());
78
        $object->setMultiple(true);
79
        $this->assertTrue($object->getMultiple());
80
    }
81
82
    public function testSetGetChoices()
83
    {

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

@@ 72-78 (lines=7) @@
69
        $this->assertTrue($object->getExpanded());
70
    }
71
72
    public function testSetGetMultiple()
73
    {
74
        $object = $this->object;
75
        $this->assertFalse($object->getMultiple());
76
        $object->setMultiple(true);
77
        $this->assertTrue($object->getMultiple());
78
    }
79
80
    public function testSetGetChoices()
81
    {