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