Пример #1
0
 public function testSetAndGetPathWithTrailingSlash()
 {
     $this->endpoint->setPath('/mysolr/');
     $this->assertEquals('/mysolr', $this->endpoint->getPath());
 }