Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsonapi_menu_items
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
jsonapi_menu_items
Merge requests
!20
Issue
#3458524
: Fixed cspell issues.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3458524
: Fixed cspell issues.
issue/jsonapi_menu_items-3458524:3458524-fix-cspell-issue
into
1.2.x
Overview
0
Commits
1
Pipelines
1
Changes
2
Open
Diwakar Sah
requested to merge
issue/jsonapi_menu_items-3458524:3458524-fix-cspell-issue
into
1.2.x
10 months ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Closes
#3458524
0
0
Merge request reports
Compare
1.2.x
1.2.x (base)
and
latest version
latest version
0138e092
1 commit,
10 months ago
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
tests/src/Functional/JsonapiMenuItemsTest.php
+
1
−
1
Options
@@ -75,7 +75,7 @@ class JsonapiMenuItemsTest extends BrowserTestBase {
// There are 5 items in this menu - 4 from
// jsonapi_menu_items_test.links.menu.yml and the content item created
// above. One of the four in that file is disabled and should be filtered
// out, another is not accesible to the current users. This leaves a total
// out, another is not acces
s
ible to the current users. This leaves a total
// of 3 items in the response.
$this
->
assertCount
(
3
,
$content
[
'data'
]);
Loading