I have successfully installed PhpUnit in Xampp, now I need to configure it, I need to do the following steps from the documentation:
2. Prepare the phpunit script: 1. Rename the phpunit.PHP 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 : 1. Replace the @ php_bin@ string in it with the path to your PHP command-line interpreter (usually /usr/bin/php).
I can not find phpunit.php in the PEAR directory. Any tips on where this file is located on the Xppp PhpUnit installation? Any clues?
Best wishes,
Update1:
I installed it through PEAR. Well, I'll see if this works.
Best wishes,
source share