0
I need to rotate the phpunit with cakephp to perform unit tests, but despite having installed and configured the phpunit correctly through the beg, it seems that the cakephp does not recognize him. I’ve tried everything, but the next screen is what always appears when I try to access the test interface of cakephp:
However, when I check the installation via Ubuntu command line I get this reply from beg:
I even checked the version. I installed the 3.7.32, therefore I searched the cakephpis not compatible with the latest version.
I’ve also checked if it was a PATH error, but it seems not. I added the bin folder beg in the variable $PATH
of the OS, and everything normally occurs when I type phpunit --version at the prompt: it returns me Phpunit 3.7.32. The problem is that the cakephp does not yet recognize the phpunit!
How to solve this problem?