Lines Matching full:should
193 $this->assertGreaterThan(0, count($leaves), 'Should have leaf pages');
194 $this->assertGreaterThan(0, count($branches), 'Should have branch pages');
196 // The total should equal all pages
198 'Leaves + branches should equal total pages');
230 io_saveFile($nsDir . '/' . $file, 'This should not appear in the tree');
240 io_saveFile($dirPath . '/start.txt', 'This should not appear in the tree');
255 … $this->assertNotContains($invalidId, $allIds, "Invalid page '$file' should be filtered");
257 $this->assertContains($invalidId, $allIds, "Invalid page '$file' should be kept");
265 … $this->assertNotContains($invalidId, $allIds, "Invalid namespace '$dir' should be filtered");
267 … $this->assertContains($invalidId, $allIds, "Invalid namespace '$dir' should be kept");
271 // Valid pages and namespaces should always be present