Commit 0c731d60 authored by Bas de Nooijer's avatar Bas de Nooijer

- fixed some test issues

parent 66e50d7f
...@@ -37,7 +37,7 @@ class Solarium_Client_Request_PingTest extends PHPUnit_Framework_TestCase ...@@ -37,7 +37,7 @@ 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' => '/admin/ping', 'path' => '/solr',
'core' => null, 'core' => null,
); );
......
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