Additional libraries for IntegerNet_Solr commercial version
The unit test suite does not need additional resources
In the root directory:
phpunit --testsuite unit
The SolrSuggest integration test suite requires a Magento installation to test writing of the custom cache.
By default it looks in ../../htdocs
, but you can specify the Magento root dir with
export MAGENTO_ROOT=/path/to/magento
Nothing will be written to filesystem and Magento database.
Fixtures have been automatically generated with Magento 1.9 sample data.
In the root directory:
phpunit --testsuite integration