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
c32e5174
Commit
c32e5174
authored
Oct 10, 2012
by
Jennifer Hodgdon
Browse files
Issue
#1798858
by paranojik: Remove t() from getInfo() in database tests
parent
aae9b822
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/system/lib/Drupal/system/Tests/Database/EmptyStatementTest.php
View file @
c32e5174
...
...
@@ -17,9 +17,9 @@
class
EmptyStatementTest
extends
WebTestBase
{
public
static
function
getInfo
()
{
return
array
(
'name'
=>
t
(
'Empty statement'
)
,
'description'
=>
t
(
'Test the empty pseudo-statement class.'
)
,
'group'
=>
t
(
'Database'
)
,
'name'
=>
'Empty statement'
,
'description'
=>
'Test the empty pseudo-statement class.'
,
'group'
=>
'Database'
,
);
}
...
...
core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php
View file @
c32e5174
...
...
@@ -15,9 +15,9 @@
class
NextIdTest
extends
WebTestBase
{
public
static
function
getInfo
()
{
return
array
(
'name'
=>
t
(
'Sequences API'
)
,
'description'
=>
t
(
'Test the secondary sequences API.'
)
,
'group'
=>
t
(
'Database'
)
,
'name'
=>
'Sequences API'
,
'description'
=>
'Test the secondary sequences API.'
,
'group'
=>
'Database'
,
);
}
...
...
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