Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. Search main for test
  6. 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
SiteMaintenanceTest::$modules property core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php Modules to enable.
SiteMaintenanceTest::setUp function core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php
SiteMaintenanceTest::testNonHtmlRequest function core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php Tests responses to non-HTML requests when in maintenance mode.
SiteMaintenanceTest::testSiteMaintenance function core/modules/system/tests/src/Functional/System/SiteMaintenanceTest.php Verifies site maintenance mode functionality.
SiteNameTest class core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php Tests that the site name can be set during a non-interactive installation.
SiteNameTest.php file core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php
SiteNameTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php The theme to install as the default for testing.
SiteNameTest::$siteName property core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php The site name to be used when testing.
SiteNameTest::installParameters function core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php Returns the parameters that will be used when Simpletest installs Drupal.
SiteNameTest::testSiteName function core/tests/Drupal/FunctionalTests/Installer/SiteNameTest.php Tests that the desired site name appears on the page after installation.
SitesDirectoryHardeningTest class core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests Drupal permissions hardening of /sites subdirectories.
SitesDirectoryHardeningTest.php file core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
SitesDirectoryHardeningTest::$defaultTheme property core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php The theme to install as the default for testing.
SitesDirectoryHardeningTest::checkSystemRequirements function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Checks system runtime requirements.
SitesDirectoryHardeningTest::makeWritable function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Makes the given path and settings file writable.
SitesDirectoryHardeningTest::settingsFile function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Returns the path to settings.php
SitesDirectoryHardeningTest::testSitesDirectoryHardening function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests the default behavior to restrict directory permissions is enforced.
SitesDirectoryHardeningTest::testSitesDirectoryHardeningConfig function core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php Tests writable files remain writable when directory hardening is disabled.
SizeTest class core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Parse a predefined amount of bytes and compare the output with the expected
value.
SizeTest.php file core/tests/Drupal/KernelTests/Core/Common/SizeTest.php
SizeTest::providerTestCommonFormatSize function core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Provides a list of byte size to test.
SizeTest::testCommonFormatSize function core/tests/Drupal/KernelTests/Core/Common/SizeTest.php Checks that format_size() returns the expected string.
SkipOnEmptyTest class core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests the skip on empty process plugin.
SkipOnEmptyTest.php file core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php
SkipOnEmptyTest::testProcessBypassesOnNonEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::process[[api-linebreak]]
SkipOnEmptyTest::testProcessSkipsOnEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::process[[api-linebreak]]
SkipOnEmptyTest::testRowBypassesOnNonEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::row[[api-linebreak]]
SkipOnEmptyTest::testRowSkipsOnEmpty function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php @covers ::row[[api-linebreak]]
SkipOnEmptyTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests that a skip row exception with a message is raised.
SkipOnEmptyTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipOnEmptyTest.php Tests that a skip row exception without a message is raised.
SkipOpTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php @coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\SkipOp[[api-linebreak]]
SkipOpTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php
SkipOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php @covers ::process[[api-linebreak]]
SkippedDeprecationTest class core/tests/Drupal/Tests/SkippedDeprecationTest.php @group Test
SkippedDeprecationTest.php file core/tests/Drupal/Tests/SkippedDeprecationTest.php
SkippedDeprecationTest::testSkippingDeprecations function core/tests/Drupal/Tests/SkippedDeprecationTest.php Tests skipping deprecations in unit tests.
SkippedDeprecationTest::testSkippingDeprecationsAgain function core/tests/Drupal/Tests/SkippedDeprecationTest.php Tests skipping deprecations in unit tests multiple times.
SkipRequiredModulesTest class core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php Tests if Simpletest-based tests are skipped based on module requirements.
SkipRequiredModulesTest.php file core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php
SkipRequiredModulesTest::testModuleNotFound function core/modules/simpletest/src/Tests/SkipRequiredModulesTest.php
SkipRowIfNotSetTest class core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests the skip row if not set process plugin.
SkipRowIfNotSetTest.php file core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php
SkipRowIfNotSetTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception with a message is raised.
SkipRowIfNotSetTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception without a message is raised.
SomeClass::TEST constant core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
SomeClass::testMethod function core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
SortableTestTrait trait core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Provides functions for simulating sort changes.
SortableTestTrait.php file core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php
SortableTestTrait::sortableAfter function core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Simulates a drag moving an element after its sibling in the same container.
SortableTestTrait::sortableTo function core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Simulates a drag on an element from one container to another.

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