Skip to content

Commit d02531b

Browse files
committed
Rename test methods names to be clearer
1 parent e2b14c9 commit d02531b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/framework/tests/Feature/AutomaticNavigationConfigurationsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function testMainNavigationMenuWithFrontMatterVisible()
200200
]);
201201
}
202202

203-
public function testMainNavigationMenuWithFrontMatterGroup()
203+
public function testMainNavigationMenuWithExplicitFrontMatterGroupUsesDropdownsRegardlessOfConfigSetting()
204204
{
205205
// TODO: For new v2 system, this should insert a root item with the group name and the children as the pages
206206

@@ -215,7 +215,7 @@ public function testMainNavigationMenuWithFrontMatterGroup()
215215
]);
216216
}
217217

218-
public function testMainNavigationMenuWithFrontMatterCategory()
218+
public function testMainNavigationMenuWithExplicitFrontMatterCategoryUsesDropdownsRegardlessOfConfigSetting()
219219
{
220220
// TODO: For new v2 system, this should insert a root item with the group name and the children as the pages
221221

0 commit comments

Comments
 (0)