From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Mon, 23 Oct 2023 12:58:30 +0200
Subject: [VarDumper] Fix expected order in test

To be investigated.
---
 src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php b/src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php
index b0b0c90..e0c2108 100644
--- a/src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php
+++ b/src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php
@@ -36,10 +36,10 @@ class DoctrineCasterTest extends TestCase
             $expected = <<<EODUMP
                 Doctrine\ORM\PersistentCollection {
                 %A
-                  -backRefFieldName: null
-                  -isDirty: false
                   -em: Mock_EntityManagerInterface_%s { …3}
+                  -backRefFieldName: null
                   -typeClass: Doctrine\ORM\Mapping\ClassMetadata { …}
+                  -isDirty: false
                 %A
                 EODUMP;
         } else {
