mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-17 22:36:14 +00:00
more debug for test PersonUpdatecontroller
This commit is contained in:
parent
a5295123d4
commit
83a9969220
@ -64,9 +64,10 @@ final class PersonControllerUpdateTest extends WebTestCase
|
||||
$center = self::$container->get(CenterRepository::class)
|
||||
->findOneBy(['name' => 'Center A']);
|
||||
|
||||
if (null === $center) {
|
||||
dump(self::$container->get(CenterRepository::class)->findAll());
|
||||
}
|
||||
var_dump(array_map(
|
||||
function (Center $c) { return $c->getName(); },
|
||||
self::$container->get(CenterRepository::class)->findAll()
|
||||
));
|
||||
|
||||
$this->person = (new Person())
|
||||
->setLastName('My Beloved')
|
||||
|
Loading…
x
Reference in New Issue
Block a user