Lines Matching refs:getValue

88         $this->assertEquals('propValue', $result->getValue());
100 $this->assertEquals("Line1\nLine2\nLine3\\Not the 4th line!", $result->getValue());
112 $this->assertEquals('20110529', $result->getValue());
124 $this->assertEquals('20110529', $result->getValue());
153 $this->assertEquals('propValue', $result->children[0]->getValue());
191 $this->assertEquals('propValue', $result->getValue());
194 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
207 $this->assertEquals('propValue', $result->getValue());
210 $this->assertEquals('1,2,3,4,5,6,7,8,9,10,"11"', $result->parameters['N']->getValue());
223 $this->assertEquals('propValue', $result->getValue());
226 $this->assertEquals('WORK,VOICE,PREF', $result->parameters['TYPE']->getValue());
240 $this->assertEquals('propValue', $result->getValue());
257 $this->assertEquals('propValue:anotherrandomstring', $result->getValue());
260 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
273 $this->assertEquals('propValue', $result->getValue());
276 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
278 $this->assertEquals('paramvalue2', $result->parameters['PARAMNAME2']->getValue());
291 $this->assertEquals('propValue', $result->getValue());
294 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
307 $this->assertEquals('propValue', $result->getValue());
311 … $this->assertEquals("paramvalue1\nvalue2^nvalue3", $result->parameters['PARAMNAME']->getValue());
323 $this->assertEquals('propValue', $result->getValue());
326 $this->assertEquals('param:value', $result->parameters['PARAMNAME']->getValue());