Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
10a80c84
Commit
10a80c84
authored
Nov 27, 2014
by
Alex Pott
Browse files
Issue
#2309051
by martin107: Duplicate assertion text in LocaleUpdateTest
parent
eb68f256
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/locale/src/Tests/LocaleUpdateTest.php
View file @
10a80c84
...
...
@@ -369,7 +369,7 @@ public function testEnableLanguage() {
// Check if the language data is added to the database.
$result
=
db_query
(
"SELECT project FROM
{
locale_file
}
WHERE langcode='nl'"
)
->
fetchField
();
$this
->
assertTrue
(
(
boolean
)
$result
,
'Files
removed from
file history'
);
$this
->
assertTrue
(
$result
,
'Files
added to
file history'
);
// Remove a language.
$this
->
drupalPostForm
(
'admin/config/regional/language/delete/nl'
,
array
(),
t
(
'Delete'
));
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment