I am getting this error while i tried to run testclass in phpunit.
C:\\xampp\\htdocs\\unittest>phpunit UnitTest usertest.php PHP Warning: require_once(Fi
I am using Ubuntu 14.04 and I installed phpunit via Ubuntu Software Center which didn't work.
Finally I remove it and I followed instructions from here
wget https://phar.phpunit.de/phpunit.phar chmod +x phpunit.phar sudo mv phpunit.phar /usr/local/bin/phpunit