Skip to content
Snippets Groups Projects
Commit c32e5174 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #1798858 by paranojik: Remove t() from getInfo() in database tests

parent aae9b822
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
class EmptyStatementTest extends WebTestBase { class EmptyStatementTest extends WebTestBase {
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => t('Empty statement'), 'name' => 'Empty statement',
'description' => t('Test the empty pseudo-statement class.'), 'description' => 'Test the empty pseudo-statement class.',
'group' => t('Database'), 'group' => 'Database',
); );
} }
......
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
class NextIdTest extends WebTestBase { class NextIdTest extends WebTestBase {
public static function getInfo() { public static function getInfo() {
return array( return array(
'name' => t('Sequences API'), 'name' => 'Sequences API',
'description' => t('Test the secondary sequences API.'), 'description' => 'Test the secondary sequences API.',
'group' => t('Database'), 'group' => 'Database',
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment