コード例 #1
0
ファイル: EndpointTest.php プロジェクト: lhess/solarium
 public function testSetAndGetScheme()
 {
     $this->endpoint->setScheme('https');
     $this->assertEquals('https', $this->endpoint->getScheme());
 }