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