Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
InstallerTranslationNonStandardFilenamesTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php Tests non-standard named translation files get imported during install.
InstallerTranslationNonStandardFilenamesTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php
InstallerTranslationNonStandardFilenamesTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php Prepares the current environment for running the test.
InstallerTranslationNonStandardFilenamesTest::prepareSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationNonStandardFilenamesTest.php Prepares site settings and services before installation.
InstallerTranslationQueryTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Installs Drupal in German and checks resulting site.
InstallerTranslationQueryTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php
InstallerTranslationQueryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php The theme to install as the default for testing.
InstallerTranslationQueryTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Overrides the language code in which to install Drupal.
InstallerTranslationQueryTest::getPo function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Returns the string for the test .po file.
InstallerTranslationQueryTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Installer step: Select language.
InstallerTranslationQueryTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Verifies the expected behaviors of the installation result.
InstallerTranslationQueryTest::visitInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationQueryTest.php Visits the interactive installer.
InstallerTranslationTest class core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Installs Drupal in German and checks resulting site.
InstallerTranslationTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php
InstallerTranslationTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php The theme to install as the default for testing.
InstallerTranslationTest::$langcode property core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Overrides the language code in which to install Drupal.
InstallerTranslationTest::getPo function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Returns the string for the test .po file.
InstallerTranslationTest::setUpLanguage function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Installer step: Select language.
InstallerTranslationTest::setUpSettings function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Installer step: Configure settings.
InstallerTranslationTest::testInstaller function core/tests/Drupal/FunctionalTests/Installer/InstallerTranslationTest.php Verifies the expected behaviors of the installation result.
InstallProfileDependenciesTest class core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallProfileDependenciesTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php
InstallProfileDependenciesTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php The theme to install as the default for testing.
InstallProfileDependenciesTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php The profile to install as a basis for testing.
InstallProfileDependenciesTest::testUninstallingModules function core/tests/Drupal/FunctionalTests/Installer/InstallProfileDependenciesTest.php Tests that an install profile can require modules.
InstallProfileUninstallTest class core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php Tests that an install profile can be uninstalled.
InstallProfileUninstallTest.php file core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php
InstallProfileUninstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php The theme to install as the default for testing.
InstallProfileUninstallTest::$modules property core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php Modules to install.
InstallProfileUninstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php The profile to install as a basis for testing.
InstallProfileUninstallTest::testUninstallInstallProfile function core/tests/Drupal/FunctionalTests/Installer/InstallProfileUninstallTest.php Tests a user can uninstall install profiles.
InstallRequirementsTest class core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php Tests for install requirements.
InstallRequirementsTest.php file core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php
InstallRequirementsTest::testRequirements function core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php Confirm installer checks requirements in designated classes.
InstallRequirementsTest::testRequirementsFailure function core/tests/Drupal/KernelTests/Core/Installer/InstallRequirementsTest.php Tests that the installer returns false if module requirements are not met.
InstallTasksTest class core/modules/mysql/tests/src/Unit/InstallTasksTest.php Tests the MySQL install tasks.
InstallTasksTest.php file core/modules/mysql/tests/src/Unit/InstallTasksTest.php
InstallTasksTest::$connection property core/modules/mysql/tests/src/Unit/InstallTasksTest.php A connection object prophecy.
InstallTasksTest::createTasks function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Creates a Tasks object for testing.
InstallTasksTest::createTasksNoConnection function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Creates a Tasks object for testing, without connection.
InstallTasksTest::providerNameAndMinimumVersion function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Provides test data.
InstallTasksTest::setUp function core/modules/mysql/tests/src/Unit/InstallTasksTest.php
InstallTasksTest::testNameAndMinimumVersion function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Tests name and minimum version.
InstallTasksTest::testNameWithNoConnection function core/modules/mysql/tests/src/Unit/InstallTasksTest.php Tests name with no connection.
InstallTest class core/modules/system/tests/src/Kernel/Module/InstallTest.php Tests the installation of modules.
InstallTest class core/tests/Drupal/BuildTests/TestSiteApplication/InstallTest.php Tests.
InstallTest.php file core/tests/Drupal/BuildTests/TestSiteApplication/InstallTest.php
InstallTest.php file core/modules/system/tests/src/Kernel/Module/InstallTest.php
InstallTest::$moduleInstaller property core/modules/system/tests/src/Kernel/Module/InstallTest.php The module installer service.
InstallTest::setUp function core/modules/system/tests/src/Kernel/Module/InstallTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.