diff --git a/core/modules/system/lib/Drupal/system/Tests/Database/EmptyStatementTest.php b/core/modules/system/lib/Drupal/system/Tests/Database/EmptyStatementTest.php index b54f7058a8d260b0229a2609aa947702ae103e56..6d4756ac5bd7cf728fb4cd0e33264d18ce2922bd 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Database/EmptyStatementTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Database/EmptyStatementTest.php @@ -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', ); } diff --git a/core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php b/core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php index fc84e2bec064464faf6291c5390834f0d286c4a9..1dd92ebefbe27dc40ac96111480bfee8e6941794 100644 --- a/core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Database/NextIdTest.php @@ -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', ); }