diff --git a/core/tests/Drupal/Tests/Core/Language/LanguageNegotiationUrlTest.php b/core/tests/Drupal/Tests/Core/Language/LanguageNegotiationUrlTest.php index c75f6cb..3188853 100644 --- a/core/tests/Drupal/Tests/Core/Language/LanguageNegotiationUrlTest.php +++ b/core/tests/Drupal/Tests/Core/Language/LanguageNegotiationUrlTest.php @@ -14,10 +14,20 @@ /** * Tests the URL and domain language negotiation. * + * @group Language + * * @see \Drupal\Core\Language\Plugin\LanguageNegotiation\LanguageNegotiationUrl */ class LanguageNegotiationUrlTest extends UnitTestCase { + public static function getInfo() { + return array( + 'name' => 'Language negotiation URL', + 'description' => 'Tests the URL/domain Language negotiation plugin', + 'group' => 'Language', + ); + } + /** * Test domain language negotiation. *