| @@ 186-190 (lines=5) @@ | ||
| 183 | $user->username = 'gblanco'; |
|
| 184 | $user->status = 'developer'; |
|
| 185 | ||
| 186 | for ($i=0; $i<3; ++$i) { |
|
| 187 | $phone = new CmsPhonenumber; |
|
| 188 | $phone->phonenumber = 100 + $i; |
|
| 189 | $user->addPhonenumber($phone); |
|
| 190 | } |
|
| 191 | ||
| 192 | $this->em->persist($user); |
|
| 193 | ||
| @@ 414-418 (lines=5) @@ | ||
| 411 | $user->username = 'gblanco'; |
|
| 412 | $user->status = 'developer'; |
|
| 413 | ||
| 414 | for ($i=0; $i<3; ++$i) { |
|
| 415 | $phone = new CmsPhonenumber; |
|
| 416 | $phone->phonenumber = 100 + $i; |
|
| 417 | $user->addPhonenumber($phone); |
|
| 418 | } |
|
| 419 | ||
| 420 | $this->em->persist($user); |
|
| 421 | $this->em->flush(); |
|
| @@ 454-458 (lines=5) @@ | ||
| 451 | $user->username = 'gblanco'; |
|
| 452 | $user->status = 'developer'; |
|
| 453 | ||
| 454 | for ($i=0; $i<3; ++$i) { |
|
| 455 | $phone = new CmsPhonenumber; |
|
| 456 | $phone->phonenumber = 100 + $i; |
|
| 457 | $user->addPhonenumber($phone); |
|
| 458 | } |
|
| 459 | ||
| 460 | $this->em->persist($user); |
|
| 461 | $this->em->flush(); |
|
| @@ 495-499 (lines=5) @@ | ||
| 492 | $user->username = 'gblanco'; |
|
| 493 | $user->status = 'developer'; |
|
| 494 | ||
| 495 | for ($i=0; $i<3; ++$i) { |
|
| 496 | $phone = new CmsPhonenumber; |
|
| 497 | $phone->phonenumber = 100 + $i; |
|
| 498 | $user->addPhonenumber($phone); |
|
| 499 | } |
|
| 500 | ||
| 501 | $this->em->persist($user); |
|
| 502 | $this->em->flush(); |
|