Skip to content

Commit 9589e3b

Browse files
[VarDumper] fix test on PHP 8.2
1 parent 5cc4d1f commit 9589e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Caster/ReflectionCasterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ public function testReflectionCaster()
3838
+name: "ReflectionClass"
3939
%Aimplements: array:%d [
4040
%A]
41-
constants: array:3 [
41+
constants: array:%d [
4242
"IS_IMPLICIT_ABSTRACT" => 16
4343
"IS_EXPLICIT_ABSTRACT" => %d
4444
"IS_FINAL" => %d
45-
]
45+
%A]
4646
properties: array:%d [
4747
"name" => ReflectionProperty {
4848
%A +name: "name"

0 commit comments

Comments
 (0)