We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71506a commit 52fd00cCopy full SHA for 52fd00c
tests/CoreBundle/Repository/PageRepositoryTest.php
@@ -318,7 +318,7 @@ public function testCreateDefaultPages(): void
318
$this->assertTrue($result);
319
$this->assertSame(2, $pageRepo->count([]));
320
$this->assertSame(
321
- 7 + \count(CreateDefaultPages::getCategoriesForAdminBlocks()),
+ 8 + \count(CreateDefaultPages::getCategoriesForAdminBlocks()),
322
$pageCategoryRepo->count([])
323
);
324
0 commit comments