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
Look at the error:
(include_path='.;C:\php\pear') in C:\xampp\php\pear\PHPUnit\Autoload.php
The Xampp is trying to locate that file in include_path .;C:\php\pear But The path for the pear is .;C:\xampp\php\pear.
.;C:\php\pear
.;C:\xampp\php\pear
Set the right path for the pear and it will work. I just made it.