I'm stuck with PHPUnit installation to CakePHP.
What I have:
- Debian 6
- CakePHP 2.4.6
- PHPUnit 4.0.7
What I did:
- I installed PHPUnit via PEAR as recommened in CakePHP doc.
It somehow installed the phar archive so that I'm able to use
phpunitexecutable via CLI. CakePHPtest.phpis looking forPHPUnit/Autoload.phpin PHPinclude_path. But no directory calledPHPUnitwas created anywhere. - Then I tried
apt-getwith (a little bit) more success:PHPUnitdirectory with the source was created at/usr/share/php/PHPUnit. I searched the whole machine forAutoload.php, but there was none.
What am I doing wrong? Where is my Autoload.php?