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. 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
SelectTest::testSimpleSelectConditional function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests basic conditionals on SELECT statements.
SelectTest::testSimpleSelectExpression function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests SELECT statements with expressions.
SelectTest::testSimpleSelectExpressionMultiple function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests SELECT statements with multiple expressions.
SelectTest::testSimpleSelectMultipleFields function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests adding multiple fields to a SELECT statement at the same time.
SelectTest::testUnion function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can UNION multiple Select queries together.
SelectTest::testUnionAll function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can UNION ALL multiple SELECT queries together.
SelectTest::testUnionCount function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can get a count query for a UNION Select query.
SelectTest::testUnionOrder function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can UNION multiple Select queries together and set the ORDER.
SelectTest::testUnionOrderLimit function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can UNION multiple Select queries together with and a LIMIT.
SelectTest::testVulnerableComment function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests query COMMENT system against vulnerabilities.
SemVerTest class core/tests/Drupal/Tests/Composer/Plugin/Unpack/SemVerTest.php Tests Drupal\Composer\Plugin\RecipeUnpack\SemVer.
SemVerTest.php file core/tests/Drupal/Tests/Composer/Plugin/Unpack/SemVerTest.php
SemVerTest::testMinimizeConstraints function core/tests/Drupal/Tests/Composer/Plugin/Unpack/SemVerTest.php Tests minimize constraints.
SemVerTest::testMinimizeConstraintsWhichAreNotSubsets function core/tests/Drupal/Tests/Composer/Plugin/Unpack/SemVerTest.php Tests minimize constraints which are not subsets.
SemVerTest::testMinimizeConstraintsWhichDoNotIntersect function core/tests/Drupal/Tests/Composer/Plugin/Unpack/SemVerTest.php Tests minimize constraints which do not intersect.
semver_test.info.yml file core/modules/update/tests/modules/semver_test/semver_test.info.yml core/modules/update/tests/modules/semver_test/semver_test.info.yml
SeparatorTranslationTest class core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Test to ensure the datetime range separator is translatable.
SeparatorTranslationTest.php file core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::$field property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php The field used in this test class.
SeparatorTranslationTest::$fieldStorage property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php A field storage to use in this test class.
SeparatorTranslationTest::$modules property core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Modules to install.
SeparatorTranslationTest::setUp function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php
SeparatorTranslationTest::testSeparatorTranslation function core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php Tests the translation of the range separator.
SequentiallyConstraintValidatorTest class core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Tests Sequentially validation constraint with both valid and invalid values.
SequentiallyConstraintValidatorTest.php file core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php
SequentiallyConstraintValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Modules to install.
SequentiallyConstraintValidatorTest::$typedData property core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php The typed data manager to use.
SequentiallyConstraintValidatorTest::dataProvider function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Data provider for testValidation().
SequentiallyConstraintValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php
SequentiallyConstraintValidatorTest::testConfigValidation function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Tests use of Sequentially validation constraint in config.
SequentiallyConstraintValidatorTest::testValidation function core/tests/Drupal/KernelTests/Core/Validation/SequentiallyConstraintValidatorTest.php Tests the Sequentially validation constraint validator.
SerializationTest class core/modules/serialization/tests/src/Kernel/SerializationTest.php Functional tests for serialization system.
SerializationTest.php file core/modules/serialization/tests/src/Kernel/SerializationTest.php
SerializationTest::$modules property core/modules/serialization/tests/src/Kernel/SerializationTest.php Modules to install.
SerializationTest::$serializer property core/modules/serialization/tests/src/Kernel/SerializationTest.php The serializer service to test.
SerializationTest::setUp function core/modules/serialization/tests/src/Kernel/SerializationTest.php
SerializationTest::testSerializerComponentRegistration function core/modules/serialization/tests/src/Kernel/SerializationTest.php Confirms that modules can register normalizers and encoders.
SerializationTestEncoder class core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php Serialization encoder used for testing.
SerializationTestEncoder.php file core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php
SerializationTestEncoder::$format property core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php The format that this Encoder supports.
SerializationTestEncoder::encode function core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php
SerializationTestEncoder::supportsEncoding function core/modules/serialization/tests/serialization_test/src/SerializationTestEncoder.php
SerializationTestNormalizer class core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php Serialization normalizer used for testing.
SerializationTestNormalizer.php file core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
SerializationTestNormalizer::$format property core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php The format that this Normalizer supports.
SerializationTestNormalizer::getSupportedTypes function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
SerializationTestNormalizer::normalize function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php Normalizes data into a set of arrays/scalars.
SerializationTestNormalizer::supportsNormalization function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
serialization_test.info.yml file core/modules/serialization/tests/serialization_test/serialization_test.info.yml core/modules/serialization/tests/serialization_test/serialization_test.info.yml
serialization_test.services.yml file core/modules/serialization/tests/serialization_test/serialization_test.services.yml core/modules/serialization/tests/serialization_test/serialization_test.services.yml

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