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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -