代码同步
This commit is contained in:
19
Server/vendor/textalk/websocket/tests/scripts/client.connect-failed.json
vendored
Normal file
19
Server/vendor/textalk/websocket/tests/scripts/client.connect-failed.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"function": "stream_context_create",
|
||||
"params": [],
|
||||
"return": "@mock-stream-context"
|
||||
},
|
||||
{
|
||||
"function": "stream_socket_client",
|
||||
"params": [
|
||||
"tcp:\/\/localhost:8000",
|
||||
null,
|
||||
null,
|
||||
5,
|
||||
4,
|
||||
"@mock-stream-context"
|
||||
],
|
||||
"return": false
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user