We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef37b5 commit d840618Copy full SHA for d840618
tests/swoole_websocket_server/malformed_data.phpt
@@ -34,7 +34,7 @@ $pm->parentFunc = function (int $pid) use ($pm, &$count) {
34
});
35
$pm->kill();
36
$log = file_get_contents(LOG_FILE);
37
- Assert::contains($log, 'malformed data received');
+ Assert::contains($log, 'malformed data');
38
echo "DONE\n";
39
};
40
$pm->childFunc = function () use ($pm) {
0 commit comments