I'm trying to get PHPUnit working, but it just doesn't seem to be happening. I've got it installed (I think) but when I try and run a unit test I get this error:
Warning: require_once(File/Iterator/Autoload.php): failed to open stream: No such file or directory in /usr/lib/php/pear/PHPUnit/Autoload.php on line 45
Fatal error: require_once(): Failed opening required 'File/Iterator/Autoload.php' (include_path='.:') in /usr/lib/php/pear/PHPUnit/Autoload.php on line 45
Is this something to do with the include path in my php.ini file? I'd really appreciate some help to get this fixed. Many thanks.