Я успешно установил PhpUnit в Xampp, теперь мне нужно его настроить, мне нужно выполнить следующие шаги из документации:
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).
Я не могу найти phpunit.php в каталоге PEAR. Есть какие-нибудь подсказки, где находится этот файл при установке PhamUnit в Xampp? Любые подсказки?
С наилучшими пожеланиями,
Обновление1:
Я установил его через PEAR. Хорошо, я посмотрю, сработает ли это.
С наилучшими пожеланиями,