Code Duplication    Length = 68-90 lines in 4 locations

src/AppBundle/Tests/Entity/FamilyLogTest.php 1 location

@@ 8-86 (lines=79) @@
5
/**
6
 * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:36.
7
 */
8
class FamilyLogTest extends \PHPUnit_Framework_TestCase {
9
10
    /**
11
     * @var FamilyLog
12
     */
13
    protected $object;
14
15
    /**
16
     * Sets up the fixture, for example, opens a network connection.
17
     * This method is called before a test is executed.
18
     */
19
    protected function setUp() {
20
        $this->object = new FamilyLog;
21
    }
22
23
    /**
24
     * Tears down the fixture, for example, closes a network connection.
25
     * This method is called after a test is executed.
26
     */
27
    protected function tearDown() {
28
        
29
    }
30
31
    /**
32
     * @covers AppBundle\Entity\FamilyLog::getId
33
     * @todo   Implement testGetId().
34
     */
35
    public function testGetId() {
36
        // Remove the following lines when you implement this test.
37
        $this->markTestIncomplete(
38
            'This test has not been implemented yet.'
39
        );
40
    }
41
42
    /**
43
     * @covers AppBundle\Entity\FamilyLog::setName
44
     * @todo   Implement testSetName().
45
     */
46
    public function testSetName() {
47
        // Remove the following lines when you implement this test.
48
        $this->markTestIncomplete(
49
            'This test has not been implemented yet.'
50
        );
51
    }
52
53
    /**
54
     * @covers AppBundle\Entity\FamilyLog::getName
55
     * @todo   Implement testGetName().
56
     */
57
    public function testGetName() {
58
        // Remove the following lines when you implement this test.
59
        $this->markTestIncomplete(
60
            'This test has not been implemented yet.'
61
        );
62
    }
63
64
    /**
65
     * @covers AppBundle\Entity\FamilyLog::jsonSerialize
66
     * @todo   Implement testJsonSerialize().
67
     */
68
    public function testJsonSerialize() {
69
        // Remove the following lines when you implement this test.
70
        $this->markTestIncomplete(
71
            'This test has not been implemented yet.'
72
        );
73
    }
74
75
    /**
76
     * @covers AppBundle\Entity\FamilyLog::__toString
77
     * @todo   Implement test__toString().
78
     */
79
    public function test__toString() {
80
        // Remove the following lines when you implement this test.
81
        $this->markTestIncomplete(
82
            'This test has not been implemented yet.'
83
        );
84
    }
85
86
}
87

src/AppBundle/Tests/Entity/UnitStorageTest.php 1 location

@@ 8-97 (lines=90) @@
5
/**
6
 * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:28.
7
 */
8
class UnitStorageTest extends \PHPUnit_Framework_TestCase {
9
10
    /**
11
     * @var UnitStorage
12
     */
13
    protected $object;
14
15
    /**
16
     * Sets up the fixture, for example, opens a network connection.
17
     * This method is called before a test is executed.
18
     */
19
    protected function setUp() {
20
        $this->object = new UnitStorage;
21
    }
22
23
    /**
24
     * Tears down the fixture, for example, closes a network connection.
25
     * This method is called after a test is executed.
26
     */
27
    protected function tearDown() {
28
        
29
    }
30
31
    /**
32
     * @covers AppBundle\Entity\UnitStorage::getId
33
     * @todo   Implement testGetId().
34
     */
35
    public function testGetId() {
36
        // Remove the following lines when you implement this test.
37
        $this->markTestIncomplete(
38
            'This test has not been implemented yet.'
39
        );
40
    }
41
42
    /**
43
     * @covers AppBundle\Entity\UnitStorage::setName
44
     * @todo   Implement testSetName().
45
     */
46
    public function testSetName() {
47
        // Remove the following lines when you implement this test.
48
        $this->markTestIncomplete(
49
            'This test has not been implemented yet.'
50
        );
51
    }
52
53
    /**
54
     * @covers AppBundle\Entity\UnitStorage::getName
55
     * @todo   Implement testGetName().
56
     */
57
    public function testGetName() {
58
        // Remove the following lines when you implement this test.
59
        $this->markTestIncomplete(
60
            'This test has not been implemented yet.'
61
        );
62
    }
63
64
    /**
65
     * @covers AppBundle\Entity\UnitStorage::setAbbr
66
     * @todo   Implement testSetAbbr().
67
     */
68
    public function testSetAbbr() {
69
        // Remove the following lines when you implement this test.
70
        $this->markTestIncomplete(
71
            'This test has not been implemented yet.'
72
        );
73
    }
74
75
    /**
76
     * @covers AppBundle\Entity\UnitStorage::getAbbr
77
     * @todo   Implement testGetAbbr().
78
     */
79
    public function testGetAbbr() {
80
        // Remove the following lines when you implement this test.
81
        $this->markTestIncomplete(
82
            'This test has not been implemented yet.'
83
        );
84
    }
85
86
    /**
87
     * @covers AppBundle\Entity\UnitStorage::__toString
88
     * @todo   Implement test__toString().
89
     */
90
    public function test__toString() {
91
        // Remove the following lines when you implement this test.
92
        $this->markTestIncomplete(
93
            'This test has not been implemented yet.'
94
        );
95
    }
96
97
}
98

src/AppBundle/Tests/Entity/ZoneStorageTest.php 1 location

@@ 8-75 (lines=68) @@
5
/**
6
 * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:33.
7
 */
8
class ZoneStorageTest extends \PHPUnit_Framework_TestCase {
9
10
    /**
11
     * @var ZoneStorage
12
     */
13
    protected $object;
14
15
    /**
16
     * Sets up the fixture, for example, opens a network connection.
17
     * This method is called before a test is executed.
18
     */
19
    protected function setUp() {
20
        $this->object = new ZoneStorage;
21
    }
22
23
    /**
24
     * Tears down the fixture, for example, closes a network connection.
25
     * This method is called after a test is executed.
26
     */
27
    protected function tearDown() {
28
        
29
    }
30
31
    /**
32
     * @covers AppBundle\Entity\ZoneStorage::getId
33
     * @todo   Implement testGetId().
34
     */
35
    public function testGetId() {
36
        // Remove the following lines when you implement this test.
37
        $this->markTestIncomplete(
38
            'This test has not been implemented yet.'
39
        );
40
    }
41
42
    /**
43
     * @covers AppBundle\Entity\ZoneStorage::setName
44
     * @todo   Implement testSetName().
45
     */
46
    public function testSetName() {
47
        // Remove the following lines when you implement this test.
48
        $this->markTestIncomplete(
49
            'This test has not been implemented yet.'
50
        );
51
    }
52
53
    /**
54
     * @covers AppBundle\Entity\ZoneStorage::getName
55
     * @todo   Implement testGetName().
56
     */
57
    public function testGetName() {
58
        // Remove the following lines when you implement this test.
59
        $this->markTestIncomplete(
60
            'This test has not been implemented yet.'
61
        );
62
    }
63
64
    /**
65
     * @covers AppBundle\Entity\ZoneStorage::__toString
66
     * @todo   Implement test__toString().
67
     */
68
    public function test__toString() {
69
        // Remove the following lines when you implement this test.
70
        $this->markTestIncomplete(
71
            'This test has not been implemented yet.'
72
        );
73
    }
74
75
}
76

src/AppBundle/Tests/Form/RegistrationTypeTest.php 1 location

@@ 8-75 (lines=68) @@
5
/**
6
 * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:17.
7
 */
8
class RegistrationTypeTest extends \PHPUnit_Framework_TestCase {
9
10
    /**
11
     * @var RegistrationType
12
     */
13
    protected $object;
14
15
    /**
16
     * Sets up the fixture, for example, opens a network connection.
17
     * This method is called before a test is executed.
18
     */
19
    protected function setUp() {
20
        $this->object = new RegistrationType;
21
    }
22
23
    /**
24
     * Tears down the fixture, for example, closes a network connection.
25
     * This method is called after a test is executed.
26
     */
27
    protected function tearDown() {
28
        
29
    }
30
31
    /**
32
     * @covers AppBundle\Form\RegistrationType::buildForm
33
     * @todo   Implement testBuildForm().
34
     */
35
    public function testBuildForm() {
36
        // Remove the following lines when you implement this test.
37
        $this->markTestIncomplete(
38
            'This test has not been implemented yet.'
39
        );
40
    }
41
42
    /**
43
     * @covers AppBundle\Form\RegistrationType::getParent
44
     * @todo   Implement testGetParent().
45
     */
46
    public function testGetParent() {
47
        // Remove the following lines when you implement this test.
48
        $this->markTestIncomplete(
49
            'This test has not been implemented yet.'
50
        );
51
    }
52
53
    /**
54
     * @covers AppBundle\Form\RegistrationType::getBlockPrefix
55
     * @todo   Implement testGetBlockPrefix().
56
     */
57
    public function testGetBlockPrefix() {
58
        // Remove the following lines when you implement this test.
59
        $this->markTestIncomplete(
60
            'This test has not been implemented yet.'
61
        );
62
    }
63
64
    /**
65
     * @covers AppBundle\Form\RegistrationType::getName
66
     * @todo   Implement testGetName().
67
     */
68
    public function testGetName() {
69
        // Remove the following lines when you implement this test.
70
        $this->markTestIncomplete(
71
            'This test has not been implemented yet.'
72
        );
73
    }
74
75
}
76