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
SectionTest::providerTestGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testGetThirdPartySettings().
SectionTest::providerTestSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testSetThirdPartySettings().
SectionTest::providerTestUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php Provides test data for ::testUnsetThirdPartySetting().
SectionTest::setUp function core/modules/layout_builder/tests/src/Unit/SectionTest.php
SectionTest::testAppendComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::appendComponent[[api-linebreak]]
@covers ::getNextHighestWeight[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testGetComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getComponent[[api-linebreak]]
SectionTest::testGetComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getComponent[[api-linebreak]]
SectionTest::testGetComponents function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::__construct[[api-linebreak]]
@covers ::setComponent[[api-linebreak]]
@covers ::getComponents[[api-linebreak]]
SectionTest::testGetThirdPartyProviders function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartyProviders[[api-linebreak]]
SectionTest::testGetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySetting[[api-linebreak]]
@dataProvider providerTestGetThirdPartySetting
SectionTest::testGetThirdPartySettings function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::getThirdPartySettings[[api-linebreak]]
@dataProvider providerTestGetThirdPartySettings
SectionTest::testInsertAfterComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertAfterComponentInvalidUuid function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertAfterComponentValidUuidRegionMismatch function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent[[api-linebreak]]
SectionTest::testInsertComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testInsertComponentAppend function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
SectionTest::testInsertComponentInvalidDelta function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertComponent[[api-linebreak]]
SectionTest::testRemoveComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::removeComponent[[api-linebreak]]
@covers ::getComponentsByRegion[[api-linebreak]]
SectionTest::testSetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::setThirdPartySetting[[api-linebreak]]
@dataProvider providerTestSetThirdPartySetting
SectionTest::testUnsetThirdPartySetting function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::unsetThirdPartySetting[[api-linebreak]]
@dataProvider providerTestUnsetThirdPartySetting
SecuredRedirectResponseTest class core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Test secure redirect base class.
SecuredRedirectResponseTest.php file core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Contains \Drupal\Tests\Component\HttpFoundation\SecuredRedirectResponseTest.
SecuredRedirectResponseTest::testRedirectCopy function core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Test copying of redirect response.
SelectCloneTest class core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php Tests cloning Select queries.
SelectCloneTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php
SelectCloneTest::testNestedQueryCloning function core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php Tests that nested SELECT queries are cloned properly.
SelectCloneTest::testSelectConditionSubQueryCloning function core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php Test that subqueries as value within conditions are cloned properly.
SelectComplexTest class core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests the Select query builder with more complex queries.
SelectComplexTest.php file core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php
SelectComplexTest::$modules property core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Modules to enable.
SelectComplexTest::testCountQuery function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can generate a count query from a built query.
SelectComplexTest::testCountQueryDistinct function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can generate a count query from a query with distinct.
SelectComplexTest::testCountQueryFieldRemovals function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that countQuery properly removes fields and expressions.
SelectComplexTest::testCountQueryGroupBy function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can generate a count query from a query with GROUP BY.
SelectComplexTest::testCountQueryRemovals function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that countQuery removes 'all_fields' statements and ordering clauses.
SelectComplexTest::testDefaultJoin function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests simple JOIN statements.
SelectComplexTest::testDistinct function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests distinct queries.
SelectComplexTest::testGroupBy function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests GROUP BY clauses.
SelectComplexTest::testGroupByAndHaving function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests GROUP BY and HAVING clauses together.
SelectComplexTest::testHavingCountQuery function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests having queries.
SelectComplexTest::testJoinConditionObject function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Test that join conditions can use Condition objects.
SelectComplexTest::testJoinSubquery function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that we can join on a query.
SelectComplexTest::testJoinTwice function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Confirms we can join on a single table twice with a dynamic alias.
SelectComplexTest::testLeftOuterJoin function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests LEFT OUTER joins.
SelectComplexTest::testNestedConditions function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Confirms that we can properly nest conditional clauses.
SelectComplexTest::testRange function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests range queries.
SelectComplexTest::testRangeUndo function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Test whether the range property of a select clause can be undone.
SelectComplexTest::testSelectWithRowCount function core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php Tests that rowCount() throws exception on SELECT query.
SelectionTest class core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.
SelectionTest class core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.

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