I am trying to get PHPUnit working on my cakePHP application. I have downloaded and setup all the necessary files
In my php.ini file , I put
include_path = ".;c:\wamp\bin\php\php5.4.12\pear\PHPUnit"
But I do not think this is correct.
When running cakePHP's app/test.php
, I get 2 warnings to include PHPUnit\Autoload.php