diff --git a/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php b/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php index 631a2f9..a4a0e2d 100644 --- a/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php +++ b/core/modules/language/lib/Drupal/language/Tests/LanguageCustomLanguageConfigurationTest.php @@ -22,9 +22,6 @@ class LanguageCustomLanguageConfigurationTest extends WebTestBase { */ public static $modules = array('language'); - /** - * Information about the test. - */ public static function getInfo() { return array( 'name' => 'Custom Language configuration',