Skip to content

Commit 30800c6

Browse files
committed
Fix test
1 parent c12c3c9 commit 30800c6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ext/reflection/tests/ReflectionExtension_getClasses_basic.phpt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $ext = new ReflectionExtension('reflection');
88
var_dump($ext->getClasses());
99
?>
1010
--EXPECT--
11-
array(24) {
11+
array(25) {
1212
["ReflectionException"]=>
1313
object(ReflectionClass)#2 (1) {
1414
["name"]=>
@@ -129,4 +129,9 @@ array(24) {
129129
["name"]=>
130130
string(15) "ReflectionFiber"
131131
}
132+
["ReflectionConstant"]=>
133+
object(ReflectionClass)#26 (1) {
134+
["name"]=>
135+
string(18) "ReflectionConstant"
136+
}
132137
}

0 commit comments

Comments
 (0)