Writing a ZF book here. For it I wondered what was a good way to carry out unit testing over a development team local network.
Network structure - server: Windows machine with IIS removed and XAMPP Apache/MySQL install with PEAR, Xdebug and PHPUnit. Client machines can be anything. Access to server (in this case) is on IP:192.168.1.3. How to run PHPUnit tests from any client? Also, I noticed somewhere that the Zend team use PHPUnit2, not PHPUnit. Is this so? What are the advantages/disadvantages? In both cases I am trying to explain clearly for novices and experts alike the best way to set up ZF development systems. TIA... Mike A.