README 637 B

1234567891011121314151617181920
  1. Use the run.php script included in this directory to run all unit tests for the
  2. Solr PHP Client library. Your system will require phpunit PEAR package - which
  3. you can get install instructions for at:
  4. http://www.phpunit.de/
  5. To generate the code coverage report, you will also need the XDebug pecl package
  6. installed, typically this can be done with a simple:
  7. pecl install xdebug
  8. If you need more information on installation, then please see the official website:
  9. http://www.xdebug.org
  10. The scripts, configuration, and test files in this directory have been confirmed to
  11. work with the following versions:
  12. phpunit: 3.3.16
  13. xdebug: 2.0.4