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
Commits
0138e092
Commit
0138e092
authored
10 months ago
by
Diwakar Sah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3458524
: Fixed cspell issues.
parent
9cac8fa2
No related branches found
No related tags found
1 merge request
!20
Issue #3458524: Fixed cspell issues.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
tests/src/Functional/JsonapiMenuItemsTest.php
+1
-1
1 addition, 1 deletion
tests/src/Functional/JsonapiMenuItemsTest.php
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
0
View file @
0138e092
...
...
@@ -50,6 +50,7 @@ variables:
OPT_IN_TEST_PREVIOUS_MAJOR
:
1
OPT_IN_TEST_PREVIOUS_MINOR
:
1
OPT_IN_TEST_NEXT_MINOR
:
1
_CSPELL_WORDS
:
'
pathmenu,pathuser'
###################################################################################
...
...
This diff is collapsed.
Click to expand it.
tests/src/Functional/JsonapiMenuItemsTest.php
+
1
−
1
View file @
0138e092
...
...
@@ -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'
]);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment