Skip to content

Commit a018214

Browse files
committed
poll: update again ReflectionExtension getClassNames test
1 parent 16c08d8 commit a018214

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ext/reflection/tests/ReflectionExtension_getClassNames_basic.phpt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,19 @@ foreach ($classNames as $className) {
1414
--EXPECT--
1515
AssertionError
1616
Directory
17+
Io\IoException
1718
Io\Poll\Backend
1819
Io\Poll\Context
1920
Io\Poll\Event
21+
Io\Poll\FailedContextInitializationException
22+
Io\Poll\FailedHandleAddException
23+
Io\Poll\FailedPollOperationException
24+
Io\Poll\FailedPollWaitException
25+
Io\Poll\FailedWatcherModificationException
2026
Io\Poll\Handle
27+
Io\Poll\HandleAlreadyWatchedException
28+
Io\Poll\InactiveWatcherException
29+
Io\Poll\InvalidHandleException
2130
Io\Poll\PollException
2231
Io\Poll\Watcher
2332
RoundingMode

0 commit comments

Comments
 (0)