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
TimezoneTest class core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php Test coverage for time zone handling.
TimeZoneTest class core/modules/simpletest/src/Tests/TimeZoneTest.php This test will check WebTestBase's default time zone handling.
TimezoneTest class core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Tests the timezone handling of datetime and datelist element types.
TimezoneTest.php file core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php
TimeZoneTest.php file core/modules/simpletest/src/Tests/TimeZoneTest.php
TimezoneTest.php file core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php
TimeZoneTest::$adminUser property core/modules/simpletest/src/Tests/TimeZoneTest.php A user with administrative privileges.
TimezoneTest::$date property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php The date used in tests.
TimezoneTest::$dateFormat property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php HTML date format pattern.
TimezoneTest::$elementType property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php The element type that is being tested ('datetime' or 'datelist').
TimezoneTest::$formattedDates property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php The test date formatted in various formats and timezones.
TimezoneTest::$modules property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Modules to enable.
TimezoneTest::$modules property core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php Modules to enable.
TimezoneTest::$testConditions property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php The number of test elements on the form.
TimezoneTest::$timeFormat property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php HTML time format pattern.
TimezoneTest::$timezones property core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php An array of timezones with labels denoting their use in the tests.
TimezoneTest::assertDateTimezonePropertyProcessed function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Asserts that elements set #date_timezone correctly.
TimezoneTest::assertTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Asserts that elements interpret dates using the expected time zones.
TimezoneTest::buildForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Form constructor.
TimezoneTest::getFormId function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Returns a unique string identifying the form.
TimezoneTest::setUp function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php
TimeZoneTest::setUp function core/modules/simpletest/src/Tests/TimeZoneTest.php Sets up a Drupal site for running functional and integration tests.
TimezoneTest::setupForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Simulate form being loaded and default values displayed to user.
TimezoneTest::submitForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Form submission handler.
TimeZoneTest::testAccountTimeZones function core/modules/simpletest/src/Tests/TimeZoneTest.php Tests that user accounts have the default time zone set.
TimezoneTest::testDatelistElementTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Tests datelist elements interpret their times correctly when saving.
TimezoneTest::testDatelistTimezonePropertyProcessed function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php On datelist elements test #date_timezone after ::processDatetime.
TimezoneTest::testDatetimeElementTimesUnderstoodCorrectly function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Tests datetime elements interpret their times correctly when saving.
TimezoneTest::testDatetimeTimezonePropertyProcessed function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php On datetime elements test #date_timezone after ::processDatetime.
TimezoneTest::testSystemTimeZones function core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php Tests system_time_zones().
TimezoneTest::validateForm function core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php Form validation handler.
TipPluginTextTest class core/modules/tour/tests/src/Unit/Plugin/tour/tip/TipPluginTextTest.php @coversDefaultClass \Drupal\tour\Plugin\tour\tip\TipPluginText[[api-linebreak]]
@group tour
TipPluginTextTest.php file core/modules/tour/tests/src/Unit/Plugin/tour/tip/TipPluginTextTest.php
TipPluginTextTest::testGetAriaId function core/modules/tour/tests/src/Unit/Plugin/tour/tip/TipPluginTextTest.php Tests that getAriaId returns unique id per plugin instance.
TitleResolverTest class core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php @coversDefaultClass \Drupal\Core\Controller\TitleResolver[[api-linebreak]]
@group Controller
TitleResolverTest.php file core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Contains \Drupal\Tests\Core\Controller\TitleResolverTest.
TitleResolverTest::$argumentResolver property core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php The mocked argument resolver.
TitleResolverTest::$controllerResolver property core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php The mocked controller resolver.
TitleResolverTest::$titleResolver property core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php The actual tested title resolver.
TitleResolverTest::$translationManager property core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php The mocked translation manager.
TitleResolverTest::providerTestStaticTitleWithParameter function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php
TitleResolverTest::setUp function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php
TitleResolverTest::testDynamicTitle function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Tests a dynamic title.
TitleResolverTest::testStaticTitle function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Tests a static title without a context.
TitleResolverTest::testStaticTitleWithContext function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Tests a static title with a context.
TitleResolverTest::testStaticTitleWithParameter function core/tests/Drupal/Tests/Core/Controller/TitleResolverTest.php Tests a static title with a parameter.
TokenizeAreaUITest class core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php Tests the token display for the TokenizeAreaPluginBase UI.
TokenizeAreaUITest.php file core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php
TokenizeAreaUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php The theme to install as the default for testing.
TokenizeAreaUITest::$modules property core/modules/views_ui/tests/src/Functional/TokenizeAreaUITest.php Modules to enable.

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