XAMPP phpunit nasıl yapılandırılır?

0 Cevap php

Ben başarıyla Xampp içinde phpunit yüklü, şimdi onu yapılandırmak gerekiyor, ben belgelerine bu adımları uygulamanız gerekir:

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).

Ben PEAR dizinde phpunit.php bulamıyorum. Herhangi ipuçları phpunit bir xampp kurulumu bu dosya? Herhangi bir ipucu?

Saygılarımızla,


Update1:

Ben PEAR üzerinden yüklemek var. Bu iş eğer Tamam, göreceksiniz.

Saygılarımızla,

0 Cevap