You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys. What you think about to move all connections parameters to phpunit env. For example, I want to test reverb on windows machine, windows doesn't support creating socket connection on 0.0.0.0, I must use local ip. And now, I must add host parameter to each test where present host...
Will be easy to get this parameters from env ($host, $port, $appId). And code will be more clean and reusable. What you think?
The text was updated successfully, but these errors were encountered:
I think it's nice to have the option to spin up multiple servers on different hosts, but I don't think I'm against defaulting to the phpunit environment.
Hello guys. What you think about to move all connections parameters to phpunit env. For example, I want to test reverb on windows machine, windows doesn't support creating socket connection on
0.0.0.0
, I must use local ip. And now, I must addhost
parameter to each test where presenthost
...Will be easy to get this parameters from env (
$host
,$port
,$appId
). And code will be more clean and reusable. What you think?The text was updated successfully, but these errors were encountered: