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

Popular posts from this blog

c# - Roxy file manager in MVC doesn't accept session path -

php - proc_open Too many open files in long running Symfony Console app -

c# - Show a huge number of data in DevExpress GridView -