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 11.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
SubProcessWithSkipTest class core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Tests process pipelines when a sub_process skips a row or process.
SubProcessWithSkipTest.php file core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php
SubProcessWithSkipTest::$modules property core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Modules to install.
SubProcessWithSkipTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Provides the test migration definition.
SubProcessWithSkipTest::providerTestSubProcessSkip function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Data provider for testNotFoundSubProcess().
SubProcessWithSkipTest::testSubProcessSkip function core/modules/migrate/tests/src/Kernel/process/SubProcessWithSkipTest.php Test use of skip_on_empty within sub_process.
SubstrTest class core/modules/migrate/tests/src/Unit/process/SubstrTest.php Tests the substr plugin.
SubstrTest.php file core/modules/migrate/tests/src/Unit/process/SubstrTest.php
SubstrTest::providerTestSubstr function core/modules/migrate/tests/src/Unit/process/SubstrTest.php Data provider for testSubstr().
SubstrTest::setUp function core/modules/migrate/tests/src/Unit/process/SubstrTest.php
SubstrTest::testLengthIsString function core/modules/migrate/tests/src/Unit/process/SubstrTest.php Tests that the length parameter is an integer.
SubstrTest::testStartIsString function core/modules/migrate/tests/src/Unit/process/SubstrTest.php Tests that the start parameter is an integer.
SubstrTest::testSubstr function core/modules/migrate/tests/src/Unit/process/SubstrTest.php Tests Substr plugin based on providerTestSubstr() values.
SubstrTest::testSubstrFail function core/modules/migrate/tests/src/Unit/process/SubstrTest.php Tests invalid input type.
SummaryLengthTest class core/modules/node/tests/src/Kernel/SummaryLengthTest.php Tests summary length.
SummaryLengthTest.php file core/modules/node/tests/src/Kernel/SummaryLengthTest.php
SummaryLengthTest::$modules property core/modules/node/tests/src/Kernel/SummaryLengthTest.php Modules to install.
SummaryLengthTest::setUp function core/modules/node/tests/src/Kernel/SummaryLengthTest.php
SummaryLengthTest::testSummaryLength function core/modules/node/tests/src/Kernel/SummaryLengthTest.php Tests the node summary length functionality.
SuperUserAccessInstallTest class core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Tests superuser access and the installer.
SuperUserAccessInstallTest.php file core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
SuperUserAccessInstallTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php The theme to install as the default for testing.
SuperUserAccessInstallTest::$profile property core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php The installation profile to install.
SuperUserAccessInstallTest::getInstallTests function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php
SuperUserAccessInstallTest::NO_ACCESS_MESSAGE constant core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Message when the logged-in user does not have admin access after install.
SuperUserAccessInstallTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Prepares the current environment for running the test.
SuperUserAccessInstallTest::setUpSite function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Final installer step: Configure site.
SuperUserAccessInstallTest::testInstalled function core/tests/Drupal/FunctionalTests/Installer/SuperUserAccessInstallTest.php Confirms that the installation succeeded.
SuperUserAccessPolicyTest class core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php @coversDefaultClass \Drupal\Core\Session\SuperUserAccessPolicy[[api-linebreak]]
@group Session
SuperUserAccessPolicyTest.php file core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php
SuperUserAccessPolicyTest::$accessPolicy property core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php The access policy to test.
SuperUserAccessPolicyTest::alterPermissionsProvider function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Data provider for testAlterPermissions.
SuperUserAccessPolicyTest::calculatePermissionsProvider function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Data provider for testCalculatePermissions.
SuperUserAccessPolicyTest::setUp function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php
SuperUserAccessPolicyTest::testAlterPermissions function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests the alterPermissions method.
SuperUserAccessPolicyTest::testApplies function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php @covers ::applies[[api-linebreak]]
SuperUserAccessPolicyTest::testCalculatePermissions function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests the calculatePermissions method.
SuperUserAccessPolicyTest::testGetPersistentCacheContexts function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests the getPersistentCacheContexts method.
SuperUserPermissionsTest class core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Test case for getting all permissions as a super user.
SuperUserPermissionsTest.php file core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php
SuperUserPermissionsTest::$modules property core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Modules to install.
SuperUserPermissionsTest::$usesSuperUserAccessPolicy property core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Set to TRUE to make user 1 a super user.
SuperUserPermissionsTest::setUp function core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php
SuperUserPermissionsTest::testPermissionChange function core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php Tests the super user access policy grants all permissions.
SymfonyMailerTest class core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php @coversDefaultClass \Drupal\Core\Mail\Plugin\Mail\SymfonyMailer[[api-linebreak]]
@group Mail
SymfonyMailerTest.php file core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php
SymfonyMailerTest::testFormatResemblesHtml function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php Tests that mixed plain text and html body is converted correctly.
SymfonyMailerTest::testMail function core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php Tests sending a mail using a From address with a comma in it.
SyntaxTest class core/modules/pgsql/tests/src/Kernel/pgsql/SyntaxTest.php Tests PostgreSQL syntax interpretation.
SyntaxTest class core/modules/sqlite/tests/src/Kernel/sqlite/SyntaxTest.php Tests SQLite syntax interpretation.

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