diff --git a/core/modules/path/path.test b/core/modules/path/path.test index 4dcd611..91a0fdd 100644 --- a/core/modules/path/path.test +++ b/core/modules/path/path.test @@ -507,17 +507,17 @@ class PathLanguageUITestCase extends PathTestCase { /** * Tests that paths are not prefixed on a monolingual site. */ -class PathMonolingualTestCase extends PathTestCase { +class LanguagePathMonolingualTestCase extends PathTestCase { public static function getInfo() { return array( 'name' => 'Paths on non-English monolingual sites', 'description' => 'Confirm that paths are not changed on monolingual non-English sites', - 'group' => 'Path', + 'group' => 'Language', ); } function setUp() { - parent::setUp('path', 'locale', 'translation'); + parent::setUp('path', 'language'); // Create and login user. $web_user = $this->drupalCreateUser(array('administer languages', 'access administration pages'));