diff --git a/src/Bundle/ChillPersonBundle/Tests/Action/Remove/PersonMoveTest.php b/src/Bundle/ChillPersonBundle/Tests/Action/Remove/PersonMoveTest.php index 19820ae1e..0b2201b37 100644 --- a/src/Bundle/ChillPersonBundle/Tests/Action/Remove/PersonMoveTest.php +++ b/src/Bundle/ChillPersonBundle/Tests/Action/Remove/PersonMoveTest.php @@ -63,7 +63,7 @@ class PersonMoveTest extends KernelTestCase self::bootKernel(); $em = self::$container->get(EntityManagerInterface::class); - foreach (self::$entitiesToDelete as list($class, $id)) { + foreach (self::$entitiesToDelete as [$class, $id]) { $entity = $em->find($class, $id); if (null !== $entity) {