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
PagerTestController::multiplePagers function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Returns a page with multiple pagers.
PagerTestController::queryParameters function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Returns a pager with 'parameters' variable.
PagerTestController::showPagerCacheContext function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Render API callback: Shows the pager cache context for type pager.
PagerTestController::trustedCallbacks function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Lists the trusted callbacks provided by the implementing class.
PagerTestController::__construct function core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php Construct a new PagerTestController object.
PagerTestThemeHooks class core/modules/system/tests/modules/pager_test/src/Hook/PagerTestThemeHooks.php Hook implementations for pager_test.
PagerTestThemeHooks.php file core/modules/system/tests/modules/pager_test/src/Hook/PagerTestThemeHooks.php
PagerTestThemeHooks::preprocessPager function core/modules/system/tests/modules/pager_test/src/Hook/PagerTestThemeHooks.php Implements hook_preprocess_HOOK().
pager_test.info.yml file core/modules/system/tests/modules/pager_test/pager_test.info.yml core/modules/system/tests/modules/pager_test/pager_test.info.yml
pager_test.routing.yml file core/modules/system/tests/modules/pager_test/pager_test.routing.yml core/modules/system/tests/modules/pager_test/pager_test.routing.yml
PageTest class core/modules/views/tests/src/Unit/Plugin/display/PageTest.php Tests Drupal\views\Plugin\views\display\Page.
PageTest class core/modules/system/tests/src/Functional/Batch/PageTest.php Tests the content of the progress page.
PageTest.php file core/modules/system/tests/src/Functional/Batch/PageTest.php
PageTest.php file core/modules/views/tests/src/Unit/Plugin/display/PageTest.php
PageTest::$defaultTheme property core/modules/system/tests/src/Functional/Batch/PageTest.php The theme to install as the default for testing.
PageTest::$modules property core/modules/system/tests/src/Functional/Batch/PageTest.php Modules to install.
PageTest::testBatchProgressMessages function core/modules/system/tests/src/Functional/Batch/PageTest.php Tests that the progress messages are correct.
PageTest::testBatchProgressPageTheme function core/modules/system/tests/src/Functional/Batch/PageTest.php Tests that the batch API progress page uses the correct theme.
PageTest::testBatchProgressPageTitle function core/modules/system/tests/src/Functional/Batch/PageTest.php Tests that the batch API progress page shows the title correctly.
PageTest::testBuildBasicRenderable function core/modules/views/tests/src/Unit/Plugin/display/PageTest.php Tests build basic renderable.
PageTest::testBuildBasicRenderableWithMissingRoute function core/modules/views/tests/src/Unit/Plugin/display/PageTest.php Tests build basic renderable with missing route.
PageTitleTest class core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests HTML output escaping of page title, site name, and slogan.
PageTitleTest.php file core/modules/system/tests/src/Functional/System/PageTitleTest.php
PageTitleTest::$contentUser property core/modules/system/tests/src/Functional/System/PageTitleTest.php The test user.
PageTitleTest::$defaultTheme property core/modules/system/tests/src/Functional/System/PageTitleTest.php The theme to install as the default for testing.
PageTitleTest::$modules property core/modules/system/tests/src/Functional/System/PageTitleTest.php Modules to install.
PageTitleTest::setUp function core/modules/system/tests/src/Functional/System/PageTitleTest.php Implement setUp().
PageTitleTest::testRoutingTitle function core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests the page title of render arrays.
PageTitleTest::testTitleTags function core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests the handling of HTML in node titles.
PageTitleTest::testTitleXSS function core/modules/system/tests/src/Functional/System/PageTitleTest.php Tests if the title of the site is XSS proof.
PageViewTest class core/modules/node/tests/src/Functional/PageViewTest.php Create a node and test edit permissions.
PageViewTest.php file core/modules/node/tests/src/Functional/PageViewTest.php
PageViewTest::$defaultTheme property core/modules/node/tests/src/Functional/PageViewTest.php The theme to install as the default for testing.
PageViewTest::testPageView function core/modules/node/tests/src/Functional/PageViewTest.php Tests editing a node by users with various access permissions.
PaginationAJAXTest class core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Tests the click sorting AJAX functionality of Views exposed forms.
PaginationAJAXTest.php file core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php
PaginationAJAXTest::$defaultTheme property core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php The theme to install as the default for testing.
PaginationAJAXTest::$modules property core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Modules to install.
PaginationAJAXTest::$testViews property core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Test Views to enable.
PaginationAJAXTest::$user property core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php The test user.
PaginationAJAXTest::assertNoDuplicateAssetsOnPage function core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Assert that assets are not loaded twice on a page.
PaginationAJAXTest::setUp function core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php
PaginationAJAXTest::testBasicPagination function core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Tests if pagination via AJAX works for the "Content" View.
PaginationAJAXTest::testDefaultFilterPagination function core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Tests if pagination via AJAX works for the filter with default value.
PaginationAJAXTest::testPaginationAjaxWithTitleFilter function core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php Tests when a user navigates directly using a page number parameter.
ParamConversionEnhancerTest class core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php Tests Drupal\Core\Routing\Enhancer\ParamConversionEnhancer.
ParamConversionEnhancerTest.php file core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
ParamConversionEnhancerTest::$paramConversionEnhancer property core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
ParamConversionEnhancerTest::$paramConverterManager property core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
ParamConversionEnhancerTest::setUp function core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php

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