testing - How to test WebSocket + PHP app? -
I have a chat app written on PHP with the websocket (shaft + rect php) I
I have some PHPUnit tests for standalone classes. But I am used to testing a full functionality of my app.
How to do it? What is the best way to do this?
You can simply write PHPUnit tests for your entire project. / P>
If you want to test your entire project with PHPUnit and Selenium (a portable test framework), then this is a good guide:
Comments
Post a Comment