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
TableDragTestForm::buildForm function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Form constructor.
TableDragTestForm::create function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Instantiates a new instance of this class.
TableDragTestForm::getFormId function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Returns a unique string identifying the form.
TableDragTestForm::submitForm function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Form submission handler.
TableDragTestForm::__construct function core/modules/system/tests/modules/tabledrag_test/src/Form/TableDragTestForm.php Constructs a TableDragTestForm object.
tabledrag_test.info.yml file core/modules/system/tests/modules/tabledrag_test/tabledrag_test.info.yml core/modules/system/tests/modules/tabledrag_test/tabledrag_test.info.yml
tabledrag_test.libraries.yml file core/modules/system/tests/modules/tabledrag_test/tabledrag_test.libraries.yml core/modules/system/tests/modules/tabledrag_test/tabledrag_test.libraries.yml
tabledrag_test.routing.yml file core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml core/modules/system/tests/modules/tabledrag_test/tabledrag_test.routing.yml
TableSelectTest class core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @coversDefaultClass \Drupal\Core\Render\Element\Tableselect[[api-linebreak]]
@group Render
TableSelectTest.php file core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php
TableSelectTest::testProcessTableselectWithLinkTitle function core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @covers ::processTableselect[[api-linebreak]]
TableSelectTest::testProcessTableselectWithStringTitle function core/tests/Drupal/Tests/Core/Render/Element/TableSelectTest.php @covers ::processTableselect[[api-linebreak]]
TableSortExtenderTest class core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests table sorting.
TableSortExtenderTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php
TableSortExtenderTest::testTableSortInit function core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php Tests \Drupal\Core\Utility\TableSort::getContextFromRequest().
TableSortLegacyTest class core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Deprecation tests cases for the tablesort.inc file functions.
TableSortLegacyTest.php file core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php
TableSortLegacyTest::testHeader function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_header() function.
TableSortLegacyTest::testInit function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_init() function.
TableSortLegacyTest::testOrder function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_get_order() function.
TableSortLegacyTest::testQueryParameters function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_get_query_parameters() function.
TableSortLegacyTest::testSort function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_get_sort() function.
TableTest class core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests built-in table theme functions.
TableTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php
TableTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Modules to enable.
TableTest::testThemeTableFooter function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Test that the 'footer' option works correctly.
TableTest::testThemeTableHeaderCellOption function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'header' option in cells works correctly.
TableTest::testThemeTableHeaderRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests header elements with a mix of string and render array values.
TableTest::testThemeTableNoStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNotResponsiveHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableNotResponsiveProperty function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that 'responsive-table' class only applied when responsive is TRUE.
TableTest::testThemeTableResponsive function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is applied correctly.
TableTest::testThemeTableResponsivePriority function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests 'priority-medium' and 'priority-low' classes.
TableTest::testThemeTableRowRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests row elements with a mix of string and render array values.
TableTest::testThemeTableStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tableheader.js provides 'sticky' table headers, and is included by default.
TableTest::testThemeTableTitle function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the select/checkbox label is being generated and escaped.
TableTest::testThemeTableWithEmptyMessage function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the table header is printed correctly even if there are no rows,
and that the empty text is displayed correctly.
TableTest::testThemeTableWithNoStriping function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'no_striping' option works correctly.
TaggedHandlersPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\TaggedHandlersPass[[api-linebreak]]
@group DependencyInjection
TaggedHandlersPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Contains \Drupal\Tests\Core\DependencyInjection\Compiler\TaggedHandlersPassTest.
TaggedHandlersPassTest::buildContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
TaggedHandlersPassTest::testIdCollectorProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.
TaggedHandlersPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests one consumer and two handlers.
TaggedHandlersPassTest::testProcessInterfaceMismatch function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests interface validation in non-production environment.
TaggedHandlersPassTest::testProcessMissingInterface function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer with missing interface in non-production environment.
TaggedHandlersPassTest::testProcessNoConsumers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests without any consumers.
TaggedHandlersPassTest::testProcessNoPriorityAndExtraArguments function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method with extra parameters and no priority.
TaggedHandlersPassTest::testProcessNoPriorityParam function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests consumer method without priority parameter.
TaggedHandlersPassTest::testProcessPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests handler priority sorting.
TaggedHandlersPassTest::testProcessRequiredHandlers function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Tests a required consumer with no handlers.

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