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
ShortcutXmlBasicAuthTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The authentication mechanism to use in this test.
ShortcutXmlBasicAuthTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The theme to install as the default for testing.
ShortcutXmlBasicAuthTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The format to use in this test.
ShortcutXmlBasicAuthTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php The MIME type that corresponds to $format.
ShortcutXmlBasicAuthTest::$modules property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlBasicAuthTest.php Modules to install.
ShortcutXmlCookieTest class core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php @group rest
ShortcutXmlCookieTest.php file core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php
ShortcutXmlCookieTest::$auth property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The authentication mechanism to use in this test.
ShortcutXmlCookieTest::$defaultTheme property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The theme to install as the default for testing.
ShortcutXmlCookieTest::$format property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The format to use in this test.
ShortcutXmlCookieTest::$mimeType property core/modules/shortcut/tests/src/Functional/Rest/ShortcutXmlCookieTest.php The MIME type that corresponds to $format.
ShutdownFunctionsTest class core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php Functional tests shutdown functions.
ShutdownFunctionsTest.php file core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
ShutdownFunctionsTest::$defaultTheme property core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php The theme to install as the default for testing.
ShutdownFunctionsTest::$modules property core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php Modules to enable.
ShutdownFunctionsTest::tearDown function core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php
ShutdownFunctionsTest::testShutdownFunctions function core/modules/system/tests/src/Functional/System/ShutdownFunctionsTest.php Test shutdown functions.
SimpleConfigSectionStorageTest class core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Tests the test implementation of section storage.
SimpleConfigSectionStorageTest.php file core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php
SimpleConfigSectionStorageTest::$modules property core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Modules to enable.
SimpleConfigSectionStorageTest::getSectionStorage function core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Sets up the section storage entity.
simpletest-result-summary.html.twig file core/modules/simpletest/templates/simpletest-result-summary.html.twig Default theme implementation for simpletest result summaries.
simpletest-result-summary.html.twig file core/themes/stable/templates/admin/simpletest-result-summary.html.twig Theme override for simpletest result summaries.
simpletest.api.php file core/modules/simpletest/simpletest.api.php Hooks provided by the SimpleTest module.
simpletest.info.yml file core/modules/simpletest/simpletest.info.yml core/modules/simpletest/simpletest.info.yml
simpletest.install file core/modules/simpletest/simpletest.install Install, update and uninstall functions for the simpletest module.
simpletest.libraries.yml file core/modules/simpletest/simpletest.libraries.yml core/modules/simpletest/simpletest.libraries.yml
simpletest.links.menu.yml file core/modules/simpletest/simpletest.links.menu.yml core/modules/simpletest/simpletest.links.menu.yml
simpletest.links.task.yml file core/modules/simpletest/simpletest.links.task.yml core/modules/simpletest/simpletest.links.task.yml
simpletest.migrate_drupal.yml file core/modules/simpletest/migrations/state/simpletest.migrate_drupal.yml core/modules/simpletest/migrations/state/simpletest.migrate_drupal.yml
simpletest.module file core/modules/simpletest/simpletest.module Provides testing functionality.
simpletest.module.css file core/modules/simpletest/css/simpletest.module.css /* Test Table */
#simpletest-form-table th.select-all {
width: 1em;
}
th.simpletest-test-label {
width: 40%;
}

.simpletest-image {
display: inline-block;
width: 1em;
cursor: pointer;
}
.simpletest-group-label label {
display: inline;
simpletest.module.css file core/themes/stable/css/simpletest/simpletest.module.css /* Test Table */
#simpletest-form-table th.select-all {
width: 1em;
}
th.simpletest-test-label {
width: 40%;
}

.simpletest-image {
display: inline-block;
width: 1em;
cursor: pointer;
}
.simpletest-group-label label {
display: inline;
simpletest.permissions.yml file core/modules/simpletest/simpletest.permissions.yml core/modules/simpletest/simpletest.permissions.yml
simpletest.routing.yml file core/modules/simpletest/simpletest.routing.yml core/modules/simpletest/simpletest.routing.yml
simpletest.schema.yml file core/modules/simpletest/config/schema/simpletest.schema.yml core/modules/simpletest/config/schema/simpletest.schema.yml
simpletest.services.yml file core/modules/simpletest/simpletest.services.yml core/modules/simpletest/simpletest.services.yml
simpletest.settings.yml file core/modules/simpletest/config/install/simpletest.settings.yml core/modules/simpletest/config/install/simpletest.settings.yml
SimpleTestBrowserTest class core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Tests the WebTestBase internal browser.
SimpleTestBrowserTest.php file core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
SimpleTestBrowserTest::$modules property core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Modules to enable.
SimpleTestBrowserTest::setUp function core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Sets up a Drupal site for running functional and integration tests.
SimpleTestBrowserTest::testInternalBrowser function core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Test the internal browsers functionality.
SimpleTestBrowserTest::testUserAgentValidation function core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php Test validation of the User-Agent header we use to perform test requests.
SimpletestDeprecationTest class core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php Verify deprecations within the simpletest module.
SimpletestDeprecationTest.php file core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php
SimpletestDeprecationTest::$modules property core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php Modules to enable.
SimpletestDeprecationTest::testDeprecatedFunctions function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation The simpletest_phpunit_configuration_filepath function is deprecated since version 8.4.x and will be removed in 9.0.0.
@expectedDeprecation The simpletest_test_get_all function is deprecated in version 8.3.x and will be removed in…
SimpletestDeprecationTest::testDeprecatedPhpUnitFunctions function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation simpletest_phpunit_xml_filepath is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\PhpUnitTestRunner::xmlLogFilepath() instead. See https://www.drupal.org/node/2948547
@expectedDeprecation…
SimpletestDeprecationTest::testDeprecatedServices function core/modules/simpletest/tests/src/Kernel/SimpletestDeprecationTest.php @expectedDeprecation Drupal\simpletest\TestDiscovery is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\Test\TestDiscovery instead. See https://www.drupal.org/node/2949692
@expectedDeprecation The…

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