I'm running a Cake PHP 2.3.9 and would like to start unit testing. I think PHPUnit requires install, but instructions say to use the peer installer.
The peer installer (running on app shared hosting) in cPanel only suggests PHPUnit version 2.3.6 when the latest stable version is already 4.3
I have researched , But I'm not bothered to find the right solution on how to run it.
Is there anyone who has faced the same problem and found a way
PHPUnit 4.x is not compatible with CakePHP 2.x, you should use PHPUnit 3.7.x
Comments
Post a Comment