Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
288
Merge Requests
288
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
7fd928bd
Commit
7fd928bd
authored
May 29, 2020
by
xjm
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3138801
by sja112, ankit.singh: Fix "readily" relevant typos in core
parent
dfba06e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/modules/locale/tests/src/Functional/LocalePathTest.php
core/modules/locale/tests/src/Functional/LocalePathTest.php
+1
-1
No files found.
core/modules/locale/tests/src/Functional/LocalePathTest.php
View file @
7fd928bd
...
...
@@ -69,7 +69,7 @@ public function testPathLanguageConfiguration() {
// Check that the "xx" front page is readily available because path prefix
// negotiation is pre-configured.
$this
->
drupalGet
(
$prefix
);
$this
->
assertText
(
t
(
'Welcome to Drupal'
),
'The "xx" front page is readi
b
ly available.'
);
$this
->
assertText
(
t
(
'Welcome to Drupal'
),
'The "xx" front page is readily available.'
);
// Create a node.
$node
=
$this
->
drupalCreateNode
([
'type'
=>
'page'
]);
...
...
xjm
@xjm
mentioned in commit
b710f588
·
May 29, 2020
mentioned in commit
b710f588
mentioned in commit b710f58886abea1e84875fe92d01b27ab50f4138
Toggle commit list
xjm
@xjm
mentioned in commit
bc0f693b
·
May 29, 2020
mentioned in commit
bc0f693b
mentioned in commit bc0f693b818fea428882a880b4ca867d6954c867
Toggle commit list
xjm
@xjm
mentioned in commit
8a23655c
·
May 29, 2020
mentioned in commit
8a23655c
mentioned in commit 8a23655c9c897f70b11f5f92559e791883bf5431
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment