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 11.x for test
  5. 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
GroupedExposedFilterTest class core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Tests the grouped exposed filter admin UI.
GroupedExposedFilterTest.php file core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::$account property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php The account.
GroupedExposedFilterTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php The theme to install as the default for testing.
GroupedExposedFilterTest::$modules property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Modules to install.
GroupedExposedFilterTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Views used by this test.
GroupedExposedFilterTest::setUp function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php
GroupedExposedFilterTest::testGroupedFilterValuesUI function core/modules/views/tests/src/FunctionalJavascript/Plugin/views/Handler/GroupedExposedFilterTest.php Tests if the right fields are shown and the right values set.
HandleMultiplesTest class core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.
HandleMultiplesTest.php file core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php
HandleMultiplesTest::$modules property core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Modules to install.
HandleMultiplesTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the test migration definition.
HandleMultiplesTest::scalarAndMultipleValuesProviderSource function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Provides the source data with scalar and multiple values.
HandleMultiplesTest::testScalarAndMultipleValues function core/modules/migrate/tests/src/Kernel/process/HandleMultiplesTest.php Tests process pipelines with scalar and multiple values handling.
HandlerAliasTest class core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Tests handler table and field aliases.
HandlerAliasTest.php file core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::$modules property core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Modules to install.
HandlerAliasTest::$testViews property core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Views used by this test.
HandlerAliasTest::setUp function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::testPluginAliases function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php
HandlerAliasTest::viewsData function core/modules/views/tests/src/Kernel/Handler/HandlerAliasTest.php Returns the views data definition.
HandlerAllTest class core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php Tests instances of all handlers.
HandlerAllTest.php file core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php
HandlerAllTest::$defaultTheme property core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php
HandlerAllTest::$modules property core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php Modules to install.
HandlerAllTest::testHandlers function core/modules/views/tests/src/Kernel/Handler/HandlerAllTest.php Tests most of the handlers.
HandlerArgumentUserUidTest class core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the handler of the user: uid Argument.
HandlerArgumentUserUidTest.php file core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php
HandlerArgumentUserUidTest::$modules property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Modules to install.
HandlerArgumentUserUidTest::$testViews property core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Test views.
HandlerArgumentUserUidTest::testArgumentTitle function core/modules/user/tests/src/Kernel/Views/HandlerArgumentUserUidTest.php Tests the generated title of a user: uid argument.
HandlerBaseTest class core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\HandlerBase[[api-linebreak]]
@group Views
HandlerBaseTest.php file core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php
HandlerBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php
HandlerBaseTest::testGetEntityTypeForFieldOnBaseTable function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerBaseTest::testGetEntityTypeForFieldWithRelationship function core/modules/views/tests/src/Unit/Plugin/HandlerBaseTest.php @covers ::getEntityType[[api-linebreak]]
HandlerFieldFieldTest class core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests the field rendering in views.
HandlerFieldFieldTest.php file core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php
HandlerFieldFieldTest::$fieldStorages property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Test field storage.
HandlerFieldFieldTest::$modules property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Modules to install.
HandlerFieldFieldTest::$nodes property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Test nodes.
HandlerFieldFieldTest::$testViews property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Views used by this test.
HandlerFieldFieldTest::createFields function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Creates the testing fields.
HandlerFieldFieldTest::doTestFormatterSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests that fields with formatters runs as expected.
HandlerFieldFieldTest::doTestInaccessibleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests inaccessible field rendering.
HandlerFieldFieldTest::doTestMultipleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests multi-value field rendering.
HandlerFieldFieldTest::doTestSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests simple field rendering.
HandlerFieldFieldTest::prepareView function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Sets up the testing view with random field data.
HandlerFieldFieldTest::testFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests fields rendering in views.
HandlerFieldPermissionTest class core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php Tests the permission field handler.

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