| 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 |