コード例 #1
0
 public function testRenderLocalParamsWithoutParams()
 {
     $this->assertEquals('myValue', $this->_builder->renderLocalParams('myValue'));
 }
コード例 #2
0
ファイル: RequestBuilderTest.php プロジェクト: lhess/solarium
 public function testAttribWithString()
 {
     $this->assertEquals(' myattrib="myvalue"', $this->builder->attrib('myattrib', 'myvalue'));
 }