Lines Matching refs:getValue

95         $this->assertEquals('car', $tree[0]->getValueObject()->getValue());
96 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue());
104 $this->assertEquals('a80', $tree[0]->getResultRows()[0][1]->getValue(), 'Audi 80 expected');
105 … $this->assertEquals('pro 16', $tree[1]->getResultRows()[0][1]->getValue(), 'Mac Pro 16 expected');
120 $this->assertEquals('car', $tree[0]->getValueObject()->getValue());
121 $this->assertEquals('laptop', $tree[1]->getValueObject()->getValue());
133 …$this->assertEquals('a80', $tree[0]->getChildren(true)[0]->getResultRows()[0][0]->getValue(), 'Aud…
134 …Equals('pro 16', $tree[1]->getChildren(true)[0]->getResultRows()[0][0]->getValue(), 'Mac Pro 16 ex…
150 $this->assertEquals('black', $tree[0]->getValueObject()->getValue()[0]);
151 $this->assertEquals('blue', $tree[1]->getValueObject()->getValue()[0]);
152 $this->assertEquals('gray', $tree[2]->getValueObject()->getValue()[0]);
153 $this->assertEquals('green', $tree[3]->getValueObject()->getValue()[0]);
154 $this->assertEquals('red', $tree[4]->getValueObject()->getValue()[0]);
155 $this->assertEquals('yellow', $tree[5]->getValueObject()->getValue()[0]);
163 ->getValue(),
171 ->getValue(),
212 $this->assertEquals('M', $tree[0]->getValueObject()->getValue(), 'M expected');
227 $this->assertEquals('CA', $tree[0]->getValueObject()->getValue(), 'CA(r) index expected');
228 … $this->assertEquals('LA', $tree[1]->getValueObject()->getValue(), 'LA(ptop) index expected');
245 … $this->assertEquals('BL', $tree[0]->getValueObject()->getValue(), 'BL(ack|blue) index expected');