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
SelectTableSortDefaultTest::testTableSortQueryFirst function core/modules/system/tests/src/Functional/Database/SelectTableSortDefaultTest.php Confirms precedence of tablesorts headers.
SelectTest class core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests the Select query builder.
SelectTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectTest.php
SelectTest::makeCommentsProvider function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Provides expected and input values for testVulnerableComment().
SelectTest::providerRegularExpressionCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Data provider for testRegularExpressionCondition().
SelectTest::testAlwaysFalseCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can force a query to return an empty result.
SelectTest::testEmptyInCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests thrown exception for IN query conditions with an empty array.
SelectTest::testExtenderAlwaysFalseCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can force an extended query to return an empty result.
SelectTest::testInvalidSelectCount function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that an invalid count query throws an exception.
SelectTest::testIsNotNullCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can find a record without a NULL value.
SelectTest::testIsNullCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that we can find a record with a NULL value.
SelectTest::testNullCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that a comparison with NULL is always FALSE.
SelectTest::testRandomOrder function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that random ordering of queries works.
SelectTest::testRegularExpressionCondition function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that filter by 'REGEXP' and 'NOT REGEXP' works as expected.
SelectTest::testSelectDuplicateAlias function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests that aliases are renamed when they are duplicates.
SelectTest::testSimpleComment function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests rudimentary SELECT statement with a COMMENT.
SelectTest::testSimpleSelect function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests rudimentary SELECT statements.
SelectTest::testSimpleSelectAllFields function core/tests/Drupal/KernelTests/Core/Database/SelectTest.php Tests adding all fields from a given table to a SELECT statement.
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.
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 enable.
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.
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 enable.
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
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
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::normalize function core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php Normalizes an object into a set of arrays/scalars.

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