Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
ab50db31
Commit
ab50db31
authored
Sep 16, 2014
by
alexpott
Browse files
Issue
#2338011
by benjf, Sutharsan: Cleanup of locale tests.
parent
179e7c2b
Changes
6
Hide whitespace changes
Inline
Side-by-side
core/modules/locale/src/Tests/LocaleConfigManagerTest.php
View file @
ab50db31
...
...
@@ -8,8 +8,6 @@
namespace
Drupal\locale\Tests
;
use
Drupal\language\Entity\ConfigurableLanguage
;
use
Drupal\locale\LocaleConfigManager
;
use
Drupal\Core\Config\StorageException
;
use
Drupal\simpletest\DrupalUnitTestBase
;
/**
...
...
core/modules/locale/src/Tests/LocaleConfigTranslationTest.php
View file @
ab50db31
...
...
@@ -8,7 +8,6 @@
namespace
Drupal\locale\Tests
;
use
Drupal\simpletest\WebTestBase
;
use
Drupal\locale\LocaleTypedConfig
;
use
Drupal\core\language\languageInterface
;
/**
...
...
core/modules/locale/src/Tests/LocaleUpdateCronTest.php
View file @
ab50db31
...
...
@@ -16,13 +16,6 @@ class LocaleUpdateCronTest extends LocaleUpdateBase {
protected
$batchOutput
=
array
();
/**
* Modules to enable.
*
* @var array
*/
public
static
$modules
=
array
(
'update'
,
'locale'
,
'locale_test'
);
/**
* {@inheritdoc}
*/
...
...
core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php
View file @
ab50db31
...
...
@@ -7,8 +7,6 @@
namespace
Drupal\locale\Tests
;
use
Drupal\simpletest\WebTestBase
;
/**
* Tests for the user interface of project interface translations.
*
...
...
@@ -21,7 +19,7 @@ class LocaleUpdateInterfaceTest extends LocaleUpdateBase {
*
* @var array
*/
public
static
$modules
=
array
(
'update'
,
'locale'
,
'locale_test_translate'
);
public
static
$modules
=
array
(
'locale_test_translate'
);
/**
* {@inheritdoc}
...
...
core/modules/locale/src/Tests/LocaleUpdateNotDevelopmentReleaseTest.php
View file @
ab50db31
...
...
@@ -2,7 +2,7 @@
/**
* @file
* Contains \Drupal\locale\
src\
Tests\LocaleUpdateNotDevelopmentReleaseTest.
* Contains \Drupal\locale\Tests\LocaleUpdateNotDevelopmentReleaseTest.
*/
namespace
Drupal\locale\Tests
;
...
...
core/modules/locale/src/Tests/LocaleUpdateTest.php
View file @
ab50db31
...
...
@@ -8,7 +8,6 @@
namespace
Drupal\locale\Tests
;
use
Drupal\Core\Language\LanguageInterface
;
use
Drupal\simpletest\WebTestBase
;
/**
* Tests for updating the interface translations of projects.
...
...
@@ -17,13 +16,6 @@
*/
class
LocaleUpdateTest
extends
LocaleUpdateBase
{
/**
* Modules to enable.
*
* @var array
*/
public
static
$modules
=
array
(
'update'
,
'locale'
,
'locale_test'
);
/**
* {@inheritdoc}
*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment