コード例 #1
0
ファイル: EndpointTest.php プロジェクト: csemrm/solr-power
 public function testSetAndGetHost()
 {
     $this->endpoint->setHost('myhost');
     $this->assertEquals('myhost', $this->endpoint->getHost());
 }