I have successfully installed PhpUnit in Xampp, now I need to configure it, i need to take this steps from the documentation:
2. Prepare the phpunit script:
1.
Rename the phpunit.php script to phpunit.
2.
Replace the @php_bin@ string in it with the path to your PHP command-line interpreter (usually /usr/bin/php).
3.
Copy it to a directory that is in your path and make it executable (chmod +x phpunit).
3. Prepare the PHPUnit/Util/PHP.php script:
1.
Replace the @php_bin@ string in it with the path to your PHP command-line interpreter (usually /usr/bin/php).
I can't find phpunit.php in the PEAR directory. Any clues on where is this file on a Xampp installation of PhpUnit? Any clues?
Best Regards,
Update1:
I have install it via PEAR. Ok, I will see if that work.
Best Regards,