Lines Matching refs:assertCount
80 $this->assertCount(0, $root->getChildren(true), 'no children expected');
81 $this->assertCount(12, $root->getResultRows(), '12 result rows expected');
94 $this->assertCount(2, $tree, '2 root nodes expected');
98 $this->assertCount(0, $tree[0]->getChildren(true), 'no children expected');
99 $this->assertCount(0, $tree[1]->getChildren(true), 'no children expected');
101 $this->assertCount(6, $tree[0]->getResultRows(), 'result rows');
102 $this->assertCount(6, $tree[1]->getResultRows(), 'result rows');
119 $this->assertCount(2, $tree, '2 root nodes expected');
123 $this->assertCount(2, $tree[0]->getChildren(true), '2 car brands expected');
124 $this->assertCount(3, $tree[1]->getChildren(true), '3 laptop brands 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');
147 $this->assertCount(6, $tree, '6 root nodes of colors expected');
182 …$this->assertCount(7, $tree, '6 root nodes of colors + 1 n/a expected'); // should have one n/a n…
183 $this->assertCount(2, $tree[6]->getChildren(true), 'top n/a node should have car, laptop');
184 $this->assertCount(3, $tree[0]->getChildren(true), 'black should have car,laptop,n/a');
197 $this->assertCount(3, $tree, '3 root nodes of material expected');
198 …$this->assertCount(1, $tree[0]->getChildren(true)[0]->getResultRows(), '1 metal black row expected…
211 $this->assertCount(3, $tree, '3 root index nodes expected');
213 $this->assertCount(1, $tree[0]->getChildren(true), '1 metal sub node under M expected');
226 $this->assertCount(2, $tree, '2 root index nodes expected');
230 $this->assertCount(6, $tree[0]->getResultRows(), '6 rows under CA expected');
244 $this->assertCount(4, $tree, '4 root index nodes expected');
247 $this->assertCount(4, $tree[0]->getResultRows(), '4 rows under BL expected');