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