Lines Matching full:apple
26 ['laptop', 'apple', 'pro 16'],
27 ['laptop', 'apple', 'air'],
28 ['laptop', 'apple', 'm1'],
41 [['green', 'blue'], 'laptop', 'apple', 'pro 16'],
42 [['red', 'blue'], 'laptop', 'apple', 'air'],
43 [['black', 'red'], 'laptop', 'apple', 'm1'],
56 [['green', 'blue'], 'laptop', 'apple', 'pro 16'],
57 [['red', 'blue'], 'laptop', 'apple', 'air'],
58 [['black', 'red'], 'laptop', 'apple', 'm1'],
67 [['plastic', 'metal'], ['red', 'blue'], 'laptop', 'apple', 'pro 16'],
68 [['metal', 'plastic'], ['black', 'red'], 'laptop', 'apple', 'air'],
128 $this->assertCount(3, $tree[1]->getChildren(true)[0]->getResultRows(), '3 apple expected');