Commit 66e50d7f authored by Bas de Nooijer's avatar Bas de Nooijer

- fixed some test issues

parent a23ec80e
...@@ -37,13 +37,13 @@ class Solarium_Client_Request_PingTest extends PHPUnit_Framework_TestCase ...@@ -37,13 +37,13 @@ class Solarium_Client_Request_PingTest extends PHPUnit_Framework_TestCase
protected $_options = array( protected $_options = array(
'host' => '127.0.0.1', 'host' => '127.0.0.1',
'port' => 80, 'port' => 80,
'path' => '/solr', 'path' => '/admin/ping',
'core' => null, 'core' => null,
); );
public function setUp() public function setUp()
{ {
$this->_query = new Solarium_Query_Ping($this->_options); $this->_query = new Solarium_Query_Ping;
} }
public function testGetMethod() public function testGetMethod()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment