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
DateTimeNormalizerTest::providerTestDenormalizeUserFormats function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Data provider for testDenormalizeUserFormats.
DateTimeNormalizerTest::providerTestDenormalizeValidFormats function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Data provider for testDenormalizeValidFormats.
DateTimeNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php
DateTimeNormalizerTest::testDenormalizeException function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Tests the denormalize function with bad data.
DateTimeNormalizerTest::testDenormalizeUserFormats function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Tests the denormalize function with a user supplied format.
DateTimeNormalizerTest::testDenormalizeValidFormats function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Tests the denormalize function with good data.
DateTimeNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Tests normalize.
DateTimeNormalizerTest::testNormalizeWhenNull function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Tests normalize when null.
DateTimeNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Tests supports denormalization.
DateTimeNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Tests supports normalization.
DateTimeNormalizerTestDrupalDateTime class core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Provides a test class for testing DrupalDateTime.
DateTimeNormalizerTestDrupalDateTime::setTimezone function core/modules/serialization/tests/src/Unit/Normalizer/DateTimeNormalizerTest.php Sets the timezone.
DateTimePlusTest class core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests Drupal\Component\Datetime\DateTimePlus.
DateTimePlusTest.php file core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php
DateTimePlusTest::assertDateTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Asserts a DateTimePlus value.
DateTimePlusTest::providerTestCheckArray function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Data provider for testCheckArray.
DateTimePlusTest::providerTestDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestDateFormat function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testDateFormats.
DateTimePlusTest::providerTestDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestDateTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testDateTimestamp.
DateTimePlusTest::providerTestDateTimezone function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testDateTimezone.
DateTimePlusTest::providerTestInvalidConstructor function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provider for testInvalidConstructor().
DateTimePlusTest::providerTestInvalidDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Data provider for testInvalidDateArrays.
DateTimePlusTest::providerTestInvalidDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestInvalidDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testInvalidDates.
DateTimePlusTest::providerTestTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testTimestamp.
DateTimePlusTest::testChainable function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that object methods are chainable.
DateTimePlusTest::testChainableNonCallable function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that chained calls to non-existent functions throw an exception.
DateTimePlusTest::testChainableNonChainable function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that non-chainable methods work.
DateTimePlusTest::testCheckArray function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests DateTimePlus::checkArray().
DateTimePlusTest::testDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests creating dates from string and array input.
DateTimePlusTest::testDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests date diffs.
DateTimePlusTest::testDateFormat function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests creating dates from format strings.
DateTimePlusTest::testDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests creating dates from string and array input.
DateTimePlusTest::testDateTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests creating dates from datetime strings.
DateTimePlusTest::testDateTimezone function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that DrupalDateTime can detect the right timezone to use.
DateTimePlusTest::testDateTimezoneWithDateTimeObject function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that DrupalDateTime can detect the correct timezone to use.
DateTimePlusTest::testDefaultDateTime function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests setting the default time for date-only objects.
DateTimePlusTest::testGetPhpDateTime function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests get php date time.
DateTimePlusTest::testInvalidConstructor function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests invalid values passed to constructor.
DateTimePlusTest::testInvalidDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests creating dates from invalid array input.
DateTimePlusTest::testInvalidDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests date diff exception caused by invalid input.
DateTimePlusTest::testInvalidDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests invalid date handling.
DateTimePlusTest::testTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests creating dates from timestamps, and manipulating timezones.
DateTimePlusTest::testValidateFormat function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests the $settings['validate_format'] parameter in ::createFromFormat().
DatetimeRangeTestHooks class core/modules/datetime_range/tests/modules/datetime_range_test/src/Hook/DatetimeRangeTestHooks.php Hook implementations for datetime_range_test.
DatetimeRangeTestHooks.php file core/modules/datetime_range/tests/modules/datetime_range_test/src/Hook/DatetimeRangeTestHooks.php
DatetimeRangeTestHooks::entityTypeAlter function core/modules/datetime_range/tests/modules/datetime_range_test/src/Hook/DatetimeRangeTestHooks.php Implements hook_entity_type_alter().
DateTimeSchemaTest class core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php Tests the Drupal\datetime\Plugin\views schemas.

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