Completed
Push — master ( 588911...2fdc18 )
by Laurent
03:34
created
src/AppBundle/Tests/Entity/UserRepositoryTest.php 1 patch
Braces   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:32.
7 7
  */
8
-class UserRepositoryTest extends \PHPUnit_Framework_TestCase {
8
+class UserRepositoryTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var UserRepository
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new UserRepository;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/TvaTest.php 1 patch
Braces   +12 added lines, -6 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:31.
7 7
  */
8
-class TvaTest extends \PHPUnit_Framework_TestCase {
8
+class TvaTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var Tva
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new Tva;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
@@ -32,7 +35,8 @@  discard block
 block discarded – undo
32 35
      * @covers AppBundle\Entity\Tva::getId
33 36
      * @todo   Implement testGetId().
34 37
      */
35
-    public function testGetId() {
38
+    public function testGetId()
39
+    {
36 40
         // Remove the following lines when you implement this test.
37 41
         $this->markTestIncomplete(
38 42
             'This test has not been implemented yet.'
@@ -43,7 +47,8 @@  discard block
 block discarded – undo
43 47
      * @covers AppBundle\Entity\Tva::setName
44 48
      * @todo   Implement testSetName().
45 49
      */
46
-    public function testSetName() {
50
+    public function testSetName()
51
+    {
47 52
         // Remove the following lines when you implement this test.
48 53
         $this->markTestIncomplete(
49 54
             'This test has not been implemented yet.'
@@ -54,7 +59,8 @@  discard block
 block discarded – undo
54 59
      * @covers AppBundle\Entity\Tva::getName
55 60
      * @todo   Implement testGetName().
56 61
      */
57
-    public function testGetName() {
62
+    public function testGetName()
63
+    {
58 64
         // Remove the following lines when you implement this test.
59 65
         $this->markTestIncomplete(
60 66
             'This test has not been implemented yet.'
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/TvaRepositoryTest.php 1 patch
Braces   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:29.
7 7
  */
8
-class TvaRepositoryTest extends \PHPUnit_Framework_TestCase {
8
+class TvaRepositoryTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var TvaRepository
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new TvaRepository;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/UserTest.php 1 patch
Braces   +36 added lines, -18 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:34.
7 7
  */
8
-class UserTest extends \PHPUnit_Framework_TestCase {
8
+class UserTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var User
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new User;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
@@ -32,7 +35,8 @@  discard block
 block discarded – undo
32 35
      * @covers AppBundle\Entity\User::setLoginCount
33 36
      * @todo   Implement testSetLoginCount().
34 37
      */
35
-    public function testSetLoginCount() {
38
+    public function testSetLoginCount()
39
+    {
36 40
         // Remove the following lines when you implement this test.
37 41
         $this->markTestIncomplete(
38 42
             'This test has not been implemented yet.'
@@ -43,7 +47,8 @@  discard block
 block discarded – undo
43 47
      * @covers AppBundle\Entity\User::getLoginCount
44 48
      * @todo   Implement testGetLoginCount().
45 49
      */
46
-    public function testGetLoginCount() {
50
+    public function testGetLoginCount()
51
+    {
47 52
         // Remove the following lines when you implement this test.
48 53
         $this->markTestIncomplete(
49 54
             'This test has not been implemented yet.'
@@ -54,7 +59,8 @@  discard block
 block discarded – undo
54 59
      * @covers AppBundle\Entity\User::setFirstLogin
55 60
      * @todo   Implement testSetFirstLogin().
56 61
      */
57
-    public function testSetFirstLogin() {
62
+    public function testSetFirstLogin()
63
+    {
58 64
         // Remove the following lines when you implement this test.
59 65
         $this->markTestIncomplete(
60 66
             'This test has not been implemented yet.'
@@ -65,7 +71,8 @@  discard block
 block discarded – undo
65 71
      * @covers AppBundle\Entity\User::getFirstLogin
66 72
      * @todo   Implement testGetFirstLogin().
67 73
      */
68
-    public function testGetFirstLogin() {
74
+    public function testGetFirstLogin()
75
+    {
69 76
         // Remove the following lines when you implement this test.
70 77
         $this->markTestIncomplete(
71 78
             'This test has not been implemented yet.'
@@ -76,7 +83,8 @@  discard block
 block discarded – undo
76 83
      * @covers AppBundle\Entity\User::getEnabled
77 84
      * @todo   Implement testGetEnabled().
78 85
      */
79
-    public function testGetEnabled() {
86
+    public function testGetEnabled()
87
+    {
80 88
         // Remove the following lines when you implement this test.
81 89
         $this->markTestIncomplete(
82 90
             'This test has not been implemented yet.'
@@ -87,7 +95,8 @@  discard block
 block discarded – undo
87 95
      * @covers AppBundle\Entity\User::getLocked
88 96
      * @todo   Implement testGetLocked().
89 97
      */
90
-    public function testGetLocked() {
98
+    public function testGetLocked()
99
+    {
91 100
         // Remove the following lines when you implement this test.
92 101
         $this->markTestIncomplete(
93 102
             'This test has not been implemented yet.'
@@ -98,7 +107,8 @@  discard block
 block discarded – undo
98 107
      * @covers AppBundle\Entity\User::getExpired
99 108
      * @todo   Implement testGetExpired().
100 109
      */
101
-    public function testGetExpired() {
110
+    public function testGetExpired()
111
+    {
102 112
         // Remove the following lines when you implement this test.
103 113
         $this->markTestIncomplete(
104 114
             'This test has not been implemented yet.'
@@ -109,7 +119,8 @@  discard block
 block discarded – undo
109 119
      * @covers AppBundle\Entity\User::getExpiresAt
110 120
      * @todo   Implement testGetExpiresAt().
111 121
      */
112
-    public function testGetExpiresAt() {
122
+    public function testGetExpiresAt()
123
+    {
113 124
         // Remove the following lines when you implement this test.
114 125
         $this->markTestIncomplete(
115 126
             'This test has not been implemented yet.'
@@ -120,7 +131,8 @@  discard block
 block discarded – undo
120 131
      * @covers AppBundle\Entity\User::getCredentialsExpired
121 132
      * @todo   Implement testGetCredentialsExpired().
122 133
      */
123
-    public function testGetCredentialsExpired() {
134
+    public function testGetCredentialsExpired()
135
+    {
124 136
         // Remove the following lines when you implement this test.
125 137
         $this->markTestIncomplete(
126 138
             'This test has not been implemented yet.'
@@ -131,7 +143,8 @@  discard block
 block discarded – undo
131 143
      * @covers AppBundle\Entity\User::getCredentialsExpireAt
132 144
      * @todo   Implement testGetCredentialsExpireAt().
133 145
      */
134
-    public function testGetCredentialsExpireAt() {
146
+    public function testGetCredentialsExpireAt()
147
+    {
135 148
         // Remove the following lines when you implement this test.
136 149
         $this->markTestIncomplete(
137 150
             'This test has not been implemented yet.'
@@ -142,7 +155,8 @@  discard block
 block discarded – undo
142 155
      * @covers AppBundle\Entity\User::setSalt
143 156
      * @todo   Implement testSetSalt().
144 157
      */
145
-    public function testSetSalt() {
158
+    public function testSetSalt()
159
+    {
146 160
         // Remove the following lines when you implement this test.
147 161
         $this->markTestIncomplete(
148 162
             'This test has not been implemented yet.'
@@ -153,7 +167,8 @@  discard block
 block discarded – undo
153 167
      * @covers AppBundle\Entity\User::setPassword
154 168
      * @todo   Implement testSetPassword().
155 169
      */
156
-    public function testSetPassword() {
170
+    public function testSetPassword()
171
+    {
157 172
         // Remove the following lines when you implement this test.
158 173
         $this->markTestIncomplete(
159 174
             'This test has not been implemented yet.'
@@ -164,7 +179,8 @@  discard block
 block discarded – undo
164 179
      * @covers AppBundle\Entity\User::setGroups
165 180
      * @todo   Implement testSetGroups().
166 181
      */
167
-    public function testSetGroups() {
182
+    public function testSetGroups()
183
+    {
168 184
         // Remove the following lines when you implement this test.
169 185
         $this->markTestIncomplete(
170 186
             'This test has not been implemented yet.'
@@ -175,7 +191,8 @@  discard block
 block discarded – undo
175 191
      * @covers AppBundle\Entity\User::setRoles
176 192
      * @todo   Implement testSetRoles().
177 193
      */
178
-    public function testSetRoles() {
194
+    public function testSetRoles()
195
+    {
179 196
         // Remove the following lines when you implement this test.
180 197
         $this->markTestIncomplete(
181 198
             'This test has not been implemented yet.'
@@ -186,7 +203,8 @@  discard block
 block discarded – undo
186 203
      * @covers AppBundle\Entity\User::hasGroup
187 204
      * @todo   Implement testHasGroup().
188 205
      */
189
-    public function testHasGroup() {
206
+    public function testHasGroup()
207
+    {
190 208
         // Remove the following lines when you implement this test.
191 209
         $this->markTestIncomplete(
192 210
             'This test has not been implemented yet.'
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/GroupTest.php 1 patch
Braces   +10 added lines, -5 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:38.
7 7
  */
8
-class GroupTest extends \PHPUnit_Framework_TestCase {
8
+class GroupTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var Group
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new Group;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
@@ -32,7 +35,8 @@  discard block
 block discarded – undo
32 35
      * @covers AppBundle\Entity\Group::__toString
33 36
      * @todo   Implement test__toString().
34 37
      */
35
-    public function test__toString() {
38
+    public function test__toString()
39
+    {
36 40
         // Remove the following lines when you implement this test.
37 41
         $this->markTestIncomplete(
38 42
             'This test has not been implemented yet.'
@@ -43,7 +47,8 @@  discard block
 block discarded – undo
43 47
      * @covers AppBundle\Entity\Group::getUsers
44 48
      * @todo   Implement testGetUsers().
45 49
      */
46
-    public function testGetUsers() {
50
+    public function testGetUsers()
51
+    {
47 52
         // Remove the following lines when you implement this test.
48 53
         $this->markTestIncomplete(
49 54
             'This test has not been implemented yet.'
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/ArticleTest.php 1 patch
Braces   +60 added lines, -30 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:26.
7 7
  */
8
-class ArticleTest extends \PHPUnit_Framework_TestCase {
8
+class ArticleTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var Article
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new Article;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
@@ -32,7 +35,8 @@  discard block
 block discarded – undo
32 35
      * @covers AppBundle\Entity\Article::getId
33 36
      * @todo   Implement testGetId().
34 37
      */
35
-    public function testGetId() {
38
+    public function testGetId()
39
+    {
36 40
         // Remove the following lines when you implement this test.
37 41
         $this->markTestIncomplete(
38 42
             'This test has not been implemented yet.'
@@ -43,7 +47,8 @@  discard block
 block discarded – undo
43 47
      * @covers AppBundle\Entity\Article::setName
44 48
      * @todo   Implement testSetName().
45 49
      */
46
-    public function testSetName() {
50
+    public function testSetName()
51
+    {
47 52
         // Remove the following lines when you implement this test.
48 53
         $this->markTestIncomplete(
49 54
             'This test has not been implemented yet.'
@@ -54,7 +59,8 @@  discard block
 block discarded – undo
54 59
      * @covers AppBundle\Entity\Article::getName
55 60
      * @todo   Implement testGetName().
56 61
      */
57
-    public function testGetName() {
62
+    public function testGetName()
63
+    {
58 64
         // Remove the following lines when you implement this test.
59 65
         $this->markTestIncomplete(
60 66
             'This test has not been implemented yet.'
@@ -65,7 +71,8 @@  discard block
 block discarded – undo
65 71
      * @covers AppBundle\Entity\Article::setPackaging
66 72
      * @todo   Implement testSetPackaging().
67 73
      */
68
-    public function testSetPackaging() {
74
+    public function testSetPackaging()
75
+    {
69 76
         // Remove the following lines when you implement this test.
70 77
         $this->markTestIncomplete(
71 78
             'This test has not been implemented yet.'
@@ -76,7 +83,8 @@  discard block
 block discarded – undo
76 83
      * @covers AppBundle\Entity\Article::getPackaging
77 84
      * @todo   Implement testGetPackaging().
78 85
      */
79
-    public function testGetPackaging() {
86
+    public function testGetPackaging()
87
+    {
80 88
         // Remove the following lines when you implement this test.
81 89
         $this->markTestIncomplete(
82 90
             'This test has not been implemented yet.'
@@ -87,7 +95,8 @@  discard block
 block discarded – undo
87 95
      * @covers AppBundle\Entity\Article::setPrice
88 96
      * @todo   Implement testSetPrice().
89 97
      */
90
-    public function testSetPrice() {
98
+    public function testSetPrice()
99
+    {
91 100
         // Remove the following lines when you implement this test.
92 101
         $this->markTestIncomplete(
93 102
             'This test has not been implemented yet.'
@@ -98,7 +107,8 @@  discard block
 block discarded – undo
98 107
      * @covers AppBundle\Entity\Article::getPrice
99 108
      * @todo   Implement testGetPrice().
100 109
      */
101
-    public function testGetPrice() {
110
+    public function testGetPrice()
111
+    {
102 112
         // Remove the following lines when you implement this test.
103 113
         $this->markTestIncomplete(
104 114
             'This test has not been implemented yet.'
@@ -109,7 +119,8 @@  discard block
 block discarded – undo
109 119
      * @covers AppBundle\Entity\Article::setQuantity
110 120
      * @todo   Implement testSetQuantity().
111 121
      */
112
-    public function testSetQuantity() {
122
+    public function testSetQuantity()
123
+    {
113 124
         // Remove the following lines when you implement this test.
114 125
         $this->markTestIncomplete(
115 126
             'This test has not been implemented yet.'
@@ -120,7 +131,8 @@  discard block
 block discarded – undo
120 131
      * @covers AppBundle\Entity\Article::getQuantity
121 132
      * @todo   Implement testGetQuantity().
122 133
      */
123
-    public function testGetQuantity() {
134
+    public function testGetQuantity()
135
+    {
124 136
         // Remove the following lines when you implement this test.
125 137
         $this->markTestIncomplete(
126 138
             'This test has not been implemented yet.'
@@ -131,7 +143,8 @@  discard block
 block discarded – undo
131 143
      * @covers AppBundle\Entity\Article::setMinstock
132 144
      * @todo   Implement testSetMinstock().
133 145
      */
134
-    public function testSetMinstock() {
146
+    public function testSetMinstock()
147
+    {
135 148
         // Remove the following lines when you implement this test.
136 149
         $this->markTestIncomplete(
137 150
             'This test has not been implemented yet.'
@@ -142,7 +155,8 @@  discard block
 block discarded – undo
142 155
      * @covers AppBundle\Entity\Article::getMinstock
143 156
      * @todo   Implement testGetMinstock().
144 157
      */
145
-    public function testGetMinstock() {
158
+    public function testGetMinstock()
159
+    {
146 160
         // Remove the following lines when you implement this test.
147 161
         $this->markTestIncomplete(
148 162
             'This test has not been implemented yet.'
@@ -153,7 +167,8 @@  discard block
 block discarded – undo
153 167
      * @covers AppBundle\Entity\Article::setSupplier
154 168
      * @todo   Implement testSetSupplier().
155 169
      */
156
-    public function testSetSupplier() {
170
+    public function testSetSupplier()
171
+    {
157 172
         // Remove the following lines when you implement this test.
158 173
         $this->markTestIncomplete(
159 174
             'This test has not been implemented yet.'
@@ -164,7 +179,8 @@  discard block
 block discarded – undo
164 179
      * @covers AppBundle\Entity\Article::getSupplier
165 180
      * @todo   Implement testGetSupplier().
166 181
      */
167
-    public function testGetSupplier() {
182
+    public function testGetSupplier()
183
+    {
168 184
         // Remove the following lines when you implement this test.
169 185
         $this->markTestIncomplete(
170 186
             'This test has not been implemented yet.'
@@ -175,7 +191,8 @@  discard block
 block discarded – undo
175 191
      * @covers AppBundle\Entity\Article::setUnitStorage
176 192
      * @todo   Implement testSetUnitStorage().
177 193
      */
178
-    public function testSetUnitStorage() {
194
+    public function testSetUnitStorage()
195
+    {
179 196
         // Remove the following lines when you implement this test.
180 197
         $this->markTestIncomplete(
181 198
             'This test has not been implemented yet.'
@@ -186,7 +203,8 @@  discard block
 block discarded – undo
186 203
      * @covers AppBundle\Entity\Article::getUnitStorage
187 204
      * @todo   Implement testGetUnitStorage().
188 205
      */
189
-    public function testGetUnitStorage() {
206
+    public function testGetUnitStorage()
207
+    {
190 208
         // Remove the following lines when you implement this test.
191 209
         $this->markTestIncomplete(
192 210
             'This test has not been implemented yet.'
@@ -197,7 +215,8 @@  discard block
 block discarded – undo
197 215
      * @covers AppBundle\Entity\Article::addZoneStorage
198 216
      * @todo   Implement testAddZoneStorage().
199 217
      */
200
-    public function testAddZoneStorage() {
218
+    public function testAddZoneStorage()
219
+    {
201 220
         // Remove the following lines when you implement this test.
202 221
         $this->markTestIncomplete(
203 222
             'This test has not been implemented yet.'
@@ -208,7 +227,8 @@  discard block
 block discarded – undo
208 227
      * @covers AppBundle\Entity\Article::removeZoneStorage
209 228
      * @todo   Implement testRemoveZoneStorage().
210 229
      */
211
-    public function testRemoveZoneStorage() {
230
+    public function testRemoveZoneStorage()
231
+    {
212 232
         // Remove the following lines when you implement this test.
213 233
         $this->markTestIncomplete(
214 234
             'This test has not been implemented yet.'
@@ -219,7 +239,8 @@  discard block
 block discarded – undo
219 239
      * @covers AppBundle\Entity\Article::getZoneStorages
220 240
      * @todo   Implement testGetZoneStorages().
221 241
      */
222
-    public function testGetZoneStorages() {
242
+    public function testGetZoneStorages()
243
+    {
223 244
         // Remove the following lines when you implement this test.
224 245
         $this->markTestIncomplete(
225 246
             'This test has not been implemented yet.'
@@ -230,7 +251,8 @@  discard block
 block discarded – undo
230 251
      * @covers AppBundle\Entity\Article::setFamilyLog
231 252
      * @todo   Implement testSetFamilyLog().
232 253
      */
233
-    public function testSetFamilyLog() {
254
+    public function testSetFamilyLog()
255
+    {
234 256
         // Remove the following lines when you implement this test.
235 257
         $this->markTestIncomplete(
236 258
             'This test has not been implemented yet.'
@@ -241,7 +263,8 @@  discard block
 block discarded – undo
241 263
      * @covers AppBundle\Entity\Article::getFamilyLog
242 264
      * @todo   Implement testGetFamilyLog().
243 265
      */
244
-    public function testGetFamilyLog() {
266
+    public function testGetFamilyLog()
267
+    {
245 268
         // Remove the following lines when you implement this test.
246 269
         $this->markTestIncomplete(
247 270
             'This test has not been implemented yet.'
@@ -252,7 +275,8 @@  discard block
 block discarded – undo
252 275
      * @covers AppBundle\Entity\Article::setSubFamilyLog
253 276
      * @todo   Implement testSetSubFamilyLog().
254 277
      */
255
-    public function testSetSubFamilyLog() {
278
+    public function testSetSubFamilyLog()
279
+    {
256 280
         // Remove the following lines when you implement this test.
257 281
         $this->markTestIncomplete(
258 282
             'This test has not been implemented yet.'
@@ -263,7 +287,8 @@  discard block
 block discarded – undo
263 287
      * @covers AppBundle\Entity\Article::getSubFamilyLog
264 288
      * @todo   Implement testGetSubFamilyLog().
265 289
      */
266
-    public function testGetSubFamilyLog() {
290
+    public function testGetSubFamilyLog()
291
+    {
267 292
         // Remove the following lines when you implement this test.
268 293
         $this->markTestIncomplete(
269 294
             'This test has not been implemented yet.'
@@ -274,7 +299,8 @@  discard block
 block discarded – undo
274 299
      * @covers AppBundle\Entity\Article::setActive
275 300
      * @todo   Implement testSetActive().
276 301
      */
277
-    public function testSetActive() {
302
+    public function testSetActive()
303
+    {
278 304
         // Remove the following lines when you implement this test.
279 305
         $this->markTestIncomplete(
280 306
             'This test has not been implemented yet.'
@@ -285,7 +311,8 @@  discard block
 block discarded – undo
285 311
      * @covers AppBundle\Entity\Article::isActive
286 312
      * @todo   Implement testIsActive().
287 313
      */
288
-    public function testIsActive() {
314
+    public function testIsActive()
315
+    {
289 316
         // Remove the following lines when you implement this test.
290 317
         $this->markTestIncomplete(
291 318
             'This test has not been implemented yet.'
@@ -296,7 +323,8 @@  discard block
 block discarded – undo
296 323
      * @covers AppBundle\Entity\Article::setSlug
297 324
      * @todo   Implement testSetSlug().
298 325
      */
299
-    public function testSetSlug() {
326
+    public function testSetSlug()
327
+    {
300 328
         // Remove the following lines when you implement this test.
301 329
         $this->markTestIncomplete(
302 330
             'This test has not been implemented yet.'
@@ -307,7 +335,8 @@  discard block
 block discarded – undo
307 335
      * @covers AppBundle\Entity\Article::getSlug
308 336
      * @todo   Implement testGetSlug().
309 337
      */
310
-    public function testGetSlug() {
338
+    public function testGetSlug()
339
+    {
311 340
         // Remove the following lines when you implement this test.
312 341
         $this->markTestIncomplete(
313 342
             'This test has not been implemented yet.'
@@ -318,7 +347,8 @@  discard block
 block discarded – undo
318 347
      * @covers AppBundle\Entity\Article::__toString
319 348
      * @todo   Implement test__toString().
320 349
      */
321
-    public function test__toString() {
350
+    public function test__toString()
351
+    {
322 352
         // Remove the following lines when you implement this test.
323 353
         $this->markTestIncomplete(
324 354
             'This test has not been implemented yet.'
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/SubFamilyLogTest.php 1 patch
Braces   +26 added lines, -13 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:38.
7 7
  */
8
-class SubFamilyLogTest extends \PHPUnit_Framework_TestCase {
8
+class SubFamilyLogTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var SubFamilyLog
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new SubFamilyLog;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
@@ -32,7 +35,8 @@  discard block
 block discarded – undo
32 35
      * @covers AppBundle\Entity\SubFamilyLog::getId
33 36
      * @todo   Implement testGetId().
34 37
      */
35
-    public function testGetId() {
38
+    public function testGetId()
39
+    {
36 40
         // Remove the following lines when you implement this test.
37 41
         $this->markTestIncomplete(
38 42
             'This test has not been implemented yet.'
@@ -43,7 +47,8 @@  discard block
 block discarded – undo
43 47
      * @covers AppBundle\Entity\SubFamilyLog::setName
44 48
      * @todo   Implement testSetName().
45 49
      */
46
-    public function testSetName() {
50
+    public function testSetName()
51
+    {
47 52
         // Remove the following lines when you implement this test.
48 53
         $this->markTestIncomplete(
49 54
             'This test has not been implemented yet.'
@@ -54,7 +59,8 @@  discard block
 block discarded – undo
54 59
      * @covers AppBundle\Entity\SubFamilyLog::getName
55 60
      * @todo   Implement testGetName().
56 61
      */
57
-    public function testGetName() {
62
+    public function testGetName()
63
+    {
58 64
         // Remove the following lines when you implement this test.
59 65
         $this->markTestIncomplete(
60 66
             'This test has not been implemented yet.'
@@ -65,7 +71,8 @@  discard block
 block discarded – undo
65 71
      * @covers AppBundle\Entity\SubFamilyLog::addFamilylog
66 72
      * @todo   Implement testAddFamilylog().
67 73
      */
68
-    public function testAddFamilylog() {
74
+    public function testAddFamilylog()
75
+    {
69 76
         // Remove the following lines when you implement this test.
70 77
         $this->markTestIncomplete(
71 78
             'This test has not been implemented yet.'
@@ -76,7 +83,8 @@  discard block
 block discarded – undo
76 83
      * @covers AppBundle\Entity\SubFamilyLog::removeFamilylog
77 84
      * @todo   Implement testRemoveFamilylog().
78 85
      */
79
-    public function testRemoveFamilylog() {
86
+    public function testRemoveFamilylog()
87
+    {
80 88
         // Remove the following lines when you implement this test.
81 89
         $this->markTestIncomplete(
82 90
             'This test has not been implemented yet.'
@@ -87,7 +95,8 @@  discard block
 block discarded – undo
87 95
      * @covers AppBundle\Entity\SubFamilyLog::getFamilylogs
88 96
      * @todo   Implement testGetFamilylogs().
89 97
      */
90
-    public function testGetFamilylogs() {
98
+    public function testGetFamilylogs()
99
+    {
91 100
         // Remove the following lines when you implement this test.
92 101
         $this->markTestIncomplete(
93 102
             'This test has not been implemented yet.'
@@ -98,7 +107,8 @@  discard block
 block discarded – undo
98 107
      * @covers AppBundle\Entity\SubFamilyLog::setFamilylog
99 108
      * @todo   Implement testSetFamilylog().
100 109
      */
101
-    public function testSetFamilylog() {
110
+    public function testSetFamilylog()
111
+    {
102 112
         // Remove the following lines when you implement this test.
103 113
         $this->markTestIncomplete(
104 114
             'This test has not been implemented yet.'
@@ -109,7 +119,8 @@  discard block
 block discarded – undo
109 119
      * @covers AppBundle\Entity\SubFamilyLog::getFamilylog
110 120
      * @todo   Implement testGetFamilylog().
111 121
      */
112
-    public function testGetFamilylog() {
122
+    public function testGetFamilylog()
123
+    {
113 124
         // Remove the following lines when you implement this test.
114 125
         $this->markTestIncomplete(
115 126
             'This test has not been implemented yet.'
@@ -120,7 +131,8 @@  discard block
 block discarded – undo
120 131
      * @covers AppBundle\Entity\SubFamilyLog::jsonSerialize
121 132
      * @todo   Implement testJsonSerialize().
122 133
      */
123
-    public function testJsonSerialize() {
134
+    public function testJsonSerialize()
135
+    {
124 136
         // Remove the following lines when you implement this test.
125 137
         $this->markTestIncomplete(
126 138
             'This test has not been implemented yet.'
@@ -131,7 +143,8 @@  discard block
 block discarded – undo
131 143
      * @covers AppBundle\Entity\SubFamilyLog::__toString
132 144
      * @todo   Implement test__toString().
133 145
      */
134
-    public function test__toString() {
146
+    public function test__toString()
147
+    {
135 148
         // Remove the following lines when you implement this test.
136 149
         $this->markTestIncomplete(
137 150
             'This test has not been implemented yet.'
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/SubFamilyLogRepositoryTest.php 1 patch
Braces   +8 added lines, -4 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:39.
7 7
  */
8
-class SubFamilyLogRepositoryTest extends \PHPUnit_Framework_TestCase {
8
+class SubFamilyLogRepositoryTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var SubFamilyLogRepository
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new SubFamilyLogRepository;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
@@ -32,7 +35,8 @@  discard block
 block discarded – undo
32 35
      * @covers AppBundle\Entity\SubFamilyLogRepository::getFromFamilyLog
33 36
      * @todo   Implement testGetFromFamilyLog().
34 37
      */
35
-    public function testGetFromFamilyLog() {
38
+    public function testGetFromFamilyLog()
39
+    {
36 40
         // Remove the following lines when you implement this test.
37 41
         $this->markTestIncomplete(
38 42
             'This test has not been implemented yet.'
Please login to merge, or discard this patch.
src/AppBundle/Tests/Entity/ArticleRepositoryTest.php 1 patch
Braces   +10 added lines, -5 removed lines patch added patch discarded remove patch
@@ -5,7 +5,8 @@  discard block
 block discarded – undo
5 5
 /**
6 6
  * Generated by PHPUnit_SkeletonGenerator on 2016-02-15 at 17:17:37.
7 7
  */
8
-class ArticleRepositoryTest extends \PHPUnit_Framework_TestCase {
8
+class ArticleRepositoryTest extends \PHPUnit_Framework_TestCase
9
+{
9 10
 
10 11
     /**
11 12
      * @var ArticleRepository
@@ -16,7 +17,8 @@  discard block
 block discarded – undo
16 17
      * Sets up the fixture, for example, opens a network connection.
17 18
      * This method is called before a test is executed.
18 19
      */
19
-    protected function setUp() {
20
+    protected function setUp()
21
+    {
20 22
         $this->object = new ArticleRepository;
21 23
     }
22 24
 
@@ -24,7 +26,8 @@  discard block
 block discarded – undo
24 26
      * Tears down the fixture, for example, closes a network connection.
25 27
      * This method is called after a test is executed.
26 28
      */
27
-    protected function tearDown() {
29
+    protected function tearDown()
30
+    {
28 31
         
29 32
     }
30 33
 
@@ -32,7 +35,8 @@  discard block
 block discarded – undo
32 35
      * @covers AppBundle\Entity\ArticleRepository::getArticles
33 36
      * @todo   Implement testGetArticles().
34 37
      */
35
-    public function testGetArticles() {
38
+    public function testGetArticles()
39
+    {
36 40
         // Remove the following lines when you implement this test.
37 41
         $this->markTestIncomplete(
38 42
             'This test has not been implemented yet.'
@@ -43,7 +47,8 @@  discard block
 block discarded – undo
43 47
      * @covers AppBundle\Entity\ArticleRepository::getArticleFromSupplier
44 48
      * @todo   Implement testGetArticleFromSupplier().
45 49
      */
46
-    public function testGetArticleFromSupplier() {
50
+    public function testGetArticleFromSupplier()
51
+    {
47 52
         // Remove the following lines when you implement this test.
48 53
         $this->markTestIncomplete(
49 54
             'This test has not been implemented yet.'
Please login to merge, or discard this patch.