Skip to content

Commit 2e988e0

Browse files
committed
fix: add interface to Reflection test
1 parent dde65a0 commit 2e988e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ext/reflection/tests/ReflectionExtension_getClassNames_basic.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $standard = new ReflectionExtension('standard');
88
var_dump($standard->getClassNames());
99
?>
1010
--EXPECT--
11-
array(5) {
11+
array(6) {
1212
[0]=>
1313
string(22) "__PHP_Incomplete_Class"
1414
[1]=>
@@ -18,5 +18,7 @@ array(5) {
1818
[3]=>
1919
string(9) "Directory"
2020
[4]=>
21+
string(21) "RandomNumberGenerator"
22+
[5]=>
2123
string(6) "Random"
2224
}

0 commit comments

Comments
 (0)