Lines Matching refs:getValue

89         $this->assertEquals('propValue', $result->getValue());
101 $this->assertEquals("Line1\nLine2\nLine3\\Not the 4th line!", $result->getValue());
113 $this->assertEquals('20110529', $result->getValue());
125 $this->assertEquals('20110529', $result->getValue());
154 $this->assertEquals('propValue', $result->children()[0]->getValue());
192 $this->assertEquals('propValue', $result->getValue());
195 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
208 $this->assertEquals('propValue', $result->getValue());
211 $this->assertEquals('1,2,3,4,5,6,7,8,9,10,"11"', $result->parameters['N']->getValue());
225 $this->assertEquals('propValue', $result->getValue());
228 $this->assertEquals('WORK,VOICE,PREF', $result->parameters['TYPE']->getValue());
242 $this->assertEquals('propValue', $result->getValue());
259 $this->assertEquals('propValue:anotherrandomstring', $result->getValue());
262 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
275 $this->assertEquals('propValue', $result->getValue());
278 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
280 $this->assertEquals('paramvalue2', $result->parameters['PARAMNAME2']->getValue());
293 $this->assertEquals('propValue', $result->getValue());
296 $this->assertEquals('paramvalue', $result->parameters['PARAMNAME']->getValue());
309 $this->assertEquals('propValue', $result->getValue());
313 … $this->assertEquals("paramvalue1\nvalue2^nvalue3", $result->parameters['PARAMNAME']->getValue());
325 $this->assertEquals('propValue', $result->getValue());
328 $this->assertEquals('param:value', $result->parameters['PARAMNAME']->getValue());