Description
The constructor of ezcSearchSolrHandler calls connect() which tries to open a tcp connection to the specified solr server and port.
This is very inconvenient in terms of unit testing the creation of an ezcSearchSolrHandler instance in our application.