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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -