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. 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
ExposedFormTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php The theme to install as the default for testing.
ExposedFormTest::$modules property core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Modules to enable.
ExposedFormTest::$testViews property core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Views used by this test.
ExposedFormTest::assertIds function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Checks whether the specified ids are the ones displayed in the view output.
ExposedFormTest::getExpectedExposedFormId function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Returns a views exposed form ID.
ExposedFormTest::setUp function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
ExposedFormTest::testExposedBlock function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed block functionality.
ExposedFormTest::testExposedFilterPagination function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed form with a pager.
ExposedFormTest::testExposedIdentifier function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the exposed form with a non-standard identifier.
ExposedFormTest::testExposedSortAndItemsPerPage function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests exposed forms with exposed sort and items per page.
ExposedFormTest::testFormErrorWithExposedForm function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests a view which is rendered after a form with a validation error.
ExposedFormTest::testInputRequired function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Test the input required exposed form type.
ExposedFormTest::testResetButton function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests whether the reset button works on an exposed form.
ExposedFormTest::testSubmitButton function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the submit button.
ExposedFormTest::testTextInputRequired function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Test the "on demand text" for the input required exposed form type.
ExposedFormUITest class core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests exposed forms UI functionality.
ExposedFormUITest.php file core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
ExposedFormUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php The theme to install as the default for testing.
ExposedFormUITest::$groupFormUiErrors property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Array of error message strings raised by the grouped form.
ExposedFormUITest::$modules property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Modules to enable.
ExposedFormUITest::$testViews property core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Views used by this test.
ExposedFormUITest::assertNoGroupedFilterErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Asserts that there are no Grouped Filters errors.
ExposedFormUITest::setUp function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
ExposedFormUITest::testExposedAdminUi function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the admin interface of exposed filter and sort items.
ExposedFormUITest::testExposedGroupedFilter function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the configuration of grouped exposed filters.
ExposedFormUITest::testGroupedFilterAdminUi function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php Tests the admin interface of exposed grouped filters.
ExposedFormUITest::testGroupedFilterAdminUiErrors function core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
ExtensionDiscoveryTest class core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Tests discovery of extensions.
ExtensionDiscoveryTest.php file core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php
ExtensionDiscoveryTest::addFileToFilesystemStructure function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php
ExtensionDiscoveryTest::populateFilesystemStructure function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Adds example files to the filesystem structure.
ExtensionDiscoveryTest::testExtensionDiscoveryVfs function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Tests extension discovery in a virtual filesystem with vfsStream.
ExtensionInstallStorageTest class core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Tests the Config.
ExtensionInstallStorageTest.php file core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php
ExtensionInstallStorageTest::providerTestProfileDeprecation function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php Data provider for ::testProfileDeprecation
ExtensionInstallStorageTest::testProfileDeprecation function core/tests/Drupal/Tests/Core/Config/ExtensionInstallStorageTest.php @covers ::__construct[[api-linebreak]]
@group legacy
@dataProvider providerTestProfileDeprecation
@expectedDeprecation All \Drupal\Core\Config\ExtensionInstallStorage::__construct() arguments will be required in drupal:9.0.0. See…
ExtensionListTest class core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @coversDefaultClass \Drupal\Core\Extension\ExtensionList[[api-linebreak]]
@group Extension
ExtensionListTest.php file core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
ExtensionListTest::getMocks function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php
ExtensionListTest::providerCheckIncompatibility function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php DataProvider for testCheckIncompatibility().
ExtensionListTest::setupTestExtensionList function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php Sets up an a test extension list.
ExtensionListTest::testCheckIncompatibility function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::checkIncompatibility[[api-linebreak]]
ExtensionListTest::testGet function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::get[[api-linebreak]]
ExtensionListTest::testGetAllAvailableInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getAllAvailableInfo[[api-linebreak]]
ExtensionListTest::testGetAllInstalledInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getAllInstalledInfo[[api-linebreak]]
ExtensionListTest::testGetExtensionInfo function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getExtensionInfo[[api-linebreak]]
@covers ::getAllInstalledInfo[[api-linebreak]]
ExtensionListTest::testGetList function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getList[[api-linebreak]]
ExtensionListTest::testGetName function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getName[[api-linebreak]]
ExtensionListTest::testGetNameWithNonExistingExtension function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getName[[api-linebreak]]
ExtensionListTest::testGetPath function core/tests/Drupal/Tests/Core/Extension/ExtensionListTest.php @covers ::getPath[[api-linebreak]]

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