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.
Test class core/modules/config/tests/config_constant_test/src/Test.php A test class.

All search results

Title Object type File name Summary
ComputedTestFieldItemList::computeValue function core/modules/system/tests/modules/entity_test/src/Plugin/Field/ComputedTestFieldItemList.php Compute the list property from state.
ConcatTest class core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests the concat process plugin.
ConcatTest.php file core/modules/migrate/tests/src/Unit/process/ConcatTest.php
ConcatTest::setUp function core/modules/migrate/tests/src/Unit/process/ConcatTest.php
ConcatTest::testConcatWithDelimiter function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat works without a delimiter.
ConcatTest::testConcatWithNonArray function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat fails properly on non-arrays.
ConcatTest::testConcatWithoutDelimiter function core/modules/migrate/tests/src/Unit/process/ConcatTest.php Tests concat works without a delimiter.
ConcreteWithAnnotationTest class core/tests/PHPStan/fixtures/test-classes-with-metadata.php @group metadata
ConcreteWithAnnotationTest class core/tests/PHPStan/fixtures/abstract-test-classes.php @group metadata
ConcreteWithAttributeTest class core/tests/PHPStan/fixtures/abstract-test-classes.php #[RunTestsInSeparateProcesses]
ConcreteWithAttributeTest class core/tests/PHPStan/fixtures/test-classes-with-metadata.php #[Group('Test')]
ConditionAccessResolverTraitTest class core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php Tests Drupal\Core\Condition\ConditionAccessResolverTrait.
ConditionAccessResolverTraitTest.php file core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php
ConditionAccessResolverTraitTest::providerTestResolveConditions function core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php
ConditionAccessResolverTraitTest::testResolveConditions function core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php Tests the resolveConditions() method.
ConditionFormTest class core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Tests that condition plugins basic form handling is working.
ConditionFormTest.php file core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
ConditionFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php The theme to install as the default for testing.
ConditionFormTest::$modules property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Modules to install.
ConditionFormTest::testConfigForm function core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Submit the condition_node_type_test_form to test condition forms.
ConditionPluginCollectionTest class core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php Tests Drupal\Core\Condition\ConditionPluginCollection.
ConditionPluginCollectionTest.php file core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php
ConditionPluginCollectionTest::$modules property core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php Modules to install.
ConditionPluginCollectionTest::testGetConfiguration function core/tests/Drupal/KernelTests/Core/Condition/ConditionPluginCollectionTest.php Tests get configuration.
ConditionTest class core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests Drupal\Core\Database\Query\Condition.
ConditionTest class core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Tests \Drupal\pgsql\EntityQuery\Condition.
ConditionTest.php file core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php
ConditionTest.php file core/tests/Drupal/Tests/Core/Database/ConditionTest.php
ConditionTest::dataProviderTestCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerSimpleCondition function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides a list of known operations and the expected output.
ConditionTest::providerTestCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Provides data for testing SQL injection.
ConditionTest::providerValidOperators function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Data provider for ::testValidOperatorsAreAccepted().
ConditionTest::testCaseSensitiveArrayConditionIsNotValidated function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Tests that case-sensitive conditions are not affected by the validation.
ConditionTest::testCompileWithKnownOperators function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests compile with known operators.
ConditionTest::testCompileWithSqlInjectionForOperator function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests compile with sql injection for operator.
ConditionTest::testContribCondition function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests that the core Condition can be overridden.
ConditionTest::testInvalidOperatorThrowsException function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Tests that an invalid operator throws an exception.
ConditionTest::testSimpleCondition function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests simple condition.
ConditionTest::testValidOperatorsAreAccepted function core/modules/pgsql/tests/src/Unit/EntityQuery/ConditionTest.php Tests that valid operators are accepted for case-insensitive array values.
ConditionTestDualUser class core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php Provides a condition that requires two users.
ConditionTestDualUser.php file core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php
ConditionTestDualUser::evaluate function core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php Evaluates the condition and returns TRUE or FALSE accordingly.
ConditionTestDualUser::summary function core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php Provides a human readable summary of the condition's configuration.
ConditionTestDualUserTest class core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests a condition that requires two users.
ConditionTestDualUserTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php
ConditionTestDualUserTest::$anonymous property core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php An anonymous user for testing purposes.
ConditionTestDualUserTest::$authenticated property core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php An authenticated user for testing purposes.
ConditionTestDualUserTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Modules to install.
ConditionTestDualUserTest::doTestDifferentUser function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests with each context mapped to different users.
ConditionTestDualUserTest::doTestIdenticalUser function core/tests/Drupal/KernelTests/Core/Plugin/Condition/ConditionTestDualUserTest.php Tests with both contexts mapped to the same user.

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