Skip to content

Commit a68b8be

Browse files
committed
poll: update ReflectionExtension getClassNames test
1 parent fd8e862 commit a68b8be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ext/reflection/tests/ReflectionExtension_getClassNames_basic.phpt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ foreach ($classNames as $className) {
1414
--EXPECT--
1515
AssertionError
1616
Directory
17-
PollBackend
18-
PollContext
19-
PollException
20-
PollHandle
21-
PollWatcher
17+
Io\Poll\Context
18+
Io\Poll\Event
19+
Io\Poll\Handle
20+
Io\Poll\PollException
21+
Io\Poll\Watcher
2222
RoundingMode
2323
StreamBucket
2424
StreamPollHandle

0 commit comments

Comments
 (0)