| LocaleTranslationChangeProjectVersionTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php |
The theme to install as the default for testing. |
| LocaleTranslationChangeProjectVersionTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php |
|
| LocaleTranslationChangeProjectVersionTest::testUpdateImportSourceRemote |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationChangeProjectVersionTest.php |
Tests update translations when project version changes. |
| LocaleTranslationDownloadTest |
class |
core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php |
Tests locale translation download. |
| LocaleTranslationDownloadTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php |
|
| LocaleTranslationDownloadTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php |
The theme to install as the default for testing. |
| LocaleTranslationDownloadTest::$translationsStream |
property |
core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php |
The virtual file stream for storing translations. |
| LocaleTranslationDownloadTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php |
|
| LocaleTranslationDownloadTest::testUpdateImportSourceRemote |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationDownloadTest.php |
Tests translation download from remote sources. |
| LocaleTranslationProjectsTest |
class |
core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php |
Tests locale translation project handling. |
| LocaleTranslationProjectsTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php |
|
| LocaleTranslationProjectsTest::$moduleHandler |
property |
core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php |
The module handler used in this test. |
| LocaleTranslationProjectsTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php |
Modules to install. |
| LocaleTranslationProjectsTest::$projectStorage |
property |
core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php |
The locale project storage used in this test. |
| LocaleTranslationProjectsTest::setUp |
function |
core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php |
|
| LocaleTranslationProjectsTest::testLocaleTranslationClearCacheProjects |
function |
core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php |
Tests \Drupal\locale\LocaleProjectStorageInterface::resetCache(). |
| LocaleTranslationTest |
class |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
Tests Drupal\locale\LocaleTranslation. |
| LocaleTranslationTest |
class |
core/modules/locale/tests/src/Kernel/LocaleTranslationTest.php |
Tests Drupal\locale\LocaleTranslation. |
| LocaleTranslationTest.php |
file |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
|
| LocaleTranslationTest.php |
file |
core/modules/locale/tests/src/Kernel/LocaleTranslationTest.php |
|
| LocaleTranslationTest::$cache |
property |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
A mocked cache to use when instantiating LocaleTranslation objects. |
| LocaleTranslationTest::$languageManager |
property |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
A mocked language manager built from LanguageManagerInterface. |
| LocaleTranslationTest::$lock |
property |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
A mocked lock to use when instantiating LocaleTranslation objects. |
| LocaleTranslationTest::$modules |
property |
core/modules/locale/tests/src/Kernel/LocaleTranslationTest.php |
Modules to install. |
| LocaleTranslationTest::$requestStack |
property |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
The request stack. |
| LocaleTranslationTest::$storage |
property |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
A mocked storage to use when instantiating LocaleTranslation objects. |
| LocaleTranslationTest::setUp |
function |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
|
| LocaleTranslationTest::setUp |
function |
core/modules/locale/tests/src/Kernel/LocaleTranslationTest.php |
|
| LocaleTranslationTest::testDestruct |
function |
core/modules/locale/tests/src/Unit/LocaleTranslationTest.php |
Tests for \Drupal\locale\LocaleTranslation::destruct(). |
| LocaleTranslationTest::testSerializable |
function |
core/modules/locale/tests/src/Kernel/LocaleTranslationTest.php |
Tests that \Drupal\locale\LocaleTranslation is serializable. |
| LocaleTranslationUiTest |
class |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Tests the validation of translation strings and search results. |
| LocaleTranslationUiTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
|
| LocaleTranslationUiTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
The theme to install as the default for testing. |
| LocaleTranslationUiTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Modules to install. |
| LocaleTranslationUiTest::$useOneTimeLoginLinks |
property |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Use one-time login links instead of submitting the login form. |
| LocaleTranslationUiTest::testEnglishTranslation |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Enable interface translation to English. |
| LocaleTranslationUiTest::testJavaScriptTranslation |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Tests the rebuilding of JavaScript translation files on deletion. |
| LocaleTranslationUiTest::testStringSearch |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Tests translation search form. |
| LocaleTranslationUiTest::testStringTranslation |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Adds a language and tests string translation by users with the appropriate permissions. |
| LocaleTranslationUiTest::testStringValidation |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Tests the validation of the translation input. |
| LocaleTranslationUiTest::testUICustomizedStrings |
function |
core/modules/locale/tests/src/Functional/LocaleTranslationUiTest.php |
Tests that only changed strings are saved customized when edited. |
| LocaleUpdateCronTest |
class |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
Tests for using cron to update project interface translations. |
| LocaleUpdateCronTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
|
| LocaleUpdateCronTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
The theme to install as the default for testing. |
| LocaleUpdateCronTest::setUp |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
|
| LocaleUpdateCronTest::testUpdateCron |
function |
core/modules/locale/tests/src/Functional/LocaleUpdateCronTest.php |
Tests interface translation update using cron. |
| LocaleUpdateDevelopmentReleaseTest |
class |
core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php |
Test for proper version fallback in case of a development release. |
| LocaleUpdateDevelopmentReleaseTest.php |
file |
core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php |
|
| LocaleUpdateDevelopmentReleaseTest::$defaultTheme |
property |
core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php |
The theme to install as the default for testing. |
| LocaleUpdateDevelopmentReleaseTest::$modules |
property |
core/modules/locale/tests/src/Functional/LocaleUpdateDevelopmentReleaseTest.php |
Modules to install. |