Lines Matching refs:getResultRows
81 $this->assertCount(12, $root->getResultRows(), '12 result rows expected');
101 $this->assertCount(6, $tree[0]->getResultRows(), 'result rows');
102 $this->assertCount(6, $tree[1]->getResultRows(), 'result rows');
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');
126 $this->assertCount(3, $tree[0]->getChildren(true)[0]->getResultRows(), '3 audis expected');
127 $this->assertCount(3, $tree[0]->getChildren(true)[1]->getResultRows(), '3 bmw expected');
128 $this->assertCount(3, $tree[1]->getChildren(true)[0]->getResultRows(), '3 apple expected');
129 $this->assertCount(1, $tree[1]->getChildren(true)[1]->getResultRows(), '1 bmw expected');
130 $this->assertCount(2, $tree[1]->getChildren(true)[2]->getResultRows(), '2 dell expected');
133 …$this->assertEquals('a80', $tree[0]->getChildren(true)[0]->getResultRows()[0][0]->getValue(), 'Aud…
134 …$this->assertEquals('pro 16', $tree[1]->getChildren(true)[0]->getResultRows()[0][0]->getValue(), '…
162 ->getResultRows()[0][0] // a80
170 ->getResultRows()[0][0] // a80
198 …$this->assertCount(1, $tree[0]->getChildren(true)[0]->getResultRows(), '1 metal black row expected…
230 $this->assertCount(6, $tree[0]->getResultRows(), '6 rows under CA expected');
247 $this->assertCount(4, $tree[0]->getResultRows(), '4 rows under BL expected');