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. 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
HandlerFilterUserNameTest class core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests the handler of the user: name filter.
HandlerFilterUserNameTest.php file core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
HandlerFilterUserNameTest::$accounts property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Accounts used by this test.
HandlerFilterUserNameTest::$columnMap property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Stores the column map for this testCase.
HandlerFilterUserNameTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php The theme to install as the default for testing.
HandlerFilterUserNameTest::$modules property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Modules to install.
HandlerFilterUserNameTest::$names property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Usernames of $accounts.
HandlerFilterUserNameTest::$testViews property core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Views used by this test.
HandlerFilterUserNameTest::setUp function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Sets up the test.
HandlerFilterUserNameTest::testAdminUserInterface function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests using the user interface.
HandlerFilterUserNameTest::testExposedFilter function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests exposed filters.
HandlerFilterUserNameTest::testUserNameApi function core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php Tests just using the filter.
HandlerTest class core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests abstract handler definitions.
HandlerTest class core/modules/views_ui/tests/src/Functional/HandlerTest.php Tests handler UI for views.
HandlerTest.php file core/modules/views_ui/tests/src/Functional/HandlerTest.php
HandlerTest.php file core/modules/views/tests/src/Functional/Handler/HandlerTest.php
HandlerTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/HandlerTest.php The theme to install as the default for testing.
HandlerTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/HandlerTest.php The theme to install as the default for testing.
HandlerTest::$modules property core/modules/views_ui/tests/src/Functional/HandlerTest.php Modules to install.
HandlerTest::$modules property core/modules/views/tests/src/Functional/Handler/HandlerTest.php Modules to install.
HandlerTest::$testViews property core/modules/views/tests/src/Functional/Handler/HandlerTest.php Views used by this test.
HandlerTest::$testViews property core/modules/views_ui/tests/src/Functional/HandlerTest.php Views used by this test.
HandlerTest::assertNoDuplicateField function core/modules/views_ui/tests/src/Functional/HandlerTest.php Asserts that fields only appear once.
HandlerTest::schemaDefinition function core/modules/views_ui/tests/src/Functional/HandlerTest.php Overrides \Drupal\views\Tests\ViewTestBase::schemaDefinition().
HandlerTest::setUp function core/modules/views_ui/tests/src/Functional/HandlerTest.php Sets up the test.
HandlerTest::setUp function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Sets up the test.
HandlerTest::testAccess function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests access to a handler.
HandlerTest::testBreakString function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the breakString method.
HandlerTest::testBrokenHandlers function core/modules/views_ui/tests/src/Functional/HandlerTest.php Tests broken handlers.
HandlerTest::testErrorMissingHelp function core/modules/views_ui/tests/src/Functional/HandlerTest.php Ensures that no missing help text is shown.
HandlerTest::testHandlerHelpEscaping function core/modules/views_ui/tests/src/Functional/HandlerTest.php Tests escaping of field labels in help text.
HandlerTest::testHandlerWeights function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the order of handlers is the same before and after saving.
HandlerTest::testNoDuplicateFields function core/modules/views_ui/tests/src/Functional/HandlerTest.php Ensures that neither node type or node ID appears multiple times.
HandlerTest::testPlaceholder function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the placeholder function.
HandlerTest::testRelationshipUI function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testSetRelationship function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the relationship method on the base class.
HandlerTest::testUiCrud function core/modules/views_ui/tests/src/Functional/HandlerTest.php Tests UI CRUD.
HandlerTest::viewsData function core/modules/views_ui/tests/src/Functional/HandlerTest.php Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
HandlerTest::viewsData function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Returns the views data definition.
HandlerTestTrait trait core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Test trait to mock dependencies of a handler.
HandlerTestTrait.php file core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php
HandlerTestTrait::$display property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked display.
HandlerTestTrait::$executable property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked view executable.
HandlerTestTrait::$view property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked view entity.
HandlerTestTrait::$viewsData property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked views data.
HandlerTestTrait::setupDisplay function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a mocked display object.
HandlerTestTrait::setupExecutableAndView function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a view executable and a view entity.
HandlerTestTrait::setupViewsData function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a mocked views data object.
HeadersCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php Tests Drupal\Core\Cache\Context\HeadersCacheContext.
HeadersCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php

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