Search for test

  1. Search 7.x for test
  2. Search 8.9.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
FilterNumericTest::testAllowEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the between operator.
FilterNumericTest::testFilterNumericEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotBetween function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotEmpty function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedRegularExpression function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the "numeric" filter with grouped exposed filters.
FilterNumericTest::testFilterNumericExposedGroupedSimple function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericRegularExpression function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Tests the numeric filter handler with the 'regular_expression' operator.
FilterNumericTest::testFilterNumericSimple function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php Returns the views data definition.
FilterNumericWebTest class core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php Tests the numeric filter UI.
FilterNumericWebTest.php file core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php
FilterNumericWebTest::$defaultTheme property core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php The theme to install as the default for testing.
FilterNumericWebTest::$testViews property core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php Views used by this test.
FilterNumericWebTest::testFilterNumericUI function core/modules/views_ui/tests/src/Functional/FilterNumericWebTest.php Tests the filter numeric UI.
FilterOptionsTest class core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php Tests the JavaScript filtering of options in add handler form.
FilterOptionsTest.php file core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php
FilterOptionsTest::$defaultTheme property core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php The theme to install as the default for testing.
FilterOptionsTest::$modules property core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php Modules to enable.
FilterOptionsTest::setUp function core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php
FilterOptionsTest::testFilterOptionsAddFields function core/modules/views_ui/tests/src/FunctionalJavascript/FilterOptionsTest.php Tests filtering options in the 'Add fields' dialog.
FilterPermissionUiTest class core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Tests the permission field handler ui.
FilterPermissionUiTest.php file core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
FilterPermissionUiTest::$defaultTheme property core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php The theme to install as the default for testing.
FilterPermissionUiTest::$modules property core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Modules to enable.
FilterPermissionUiTest::$testViews property core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Views used by this test.
FilterPermissionUiTest::setUp function core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Sets up the test.
FilterPermissionUiTest::testHandlerUI function core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php Tests basic filter handler settings in the UI.
FilterPlaceholderTextTest class core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php Tests the placeholder text on the appropriate filter handlers.
FilterPlaceholderTextTest.php file core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php
FilterPlaceholderTextTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php The theme to install as the default for testing.
FilterPlaceholderTextTest::$modules property core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php Modules to enable.
FilterPlaceholderTextTest::$testViews property core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php Views used by this test.
FilterPlaceholderTextTest::testPlaceholderText function core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php Tests that HTML placeholders are added, when appropriate.
FilterPluginBaseTest class core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php @coversDefaultClass \Drupal\views\Plugin\views\filter\FilterPluginBase[[api-linebreak]]
@group views
FilterPluginBaseTest.php file core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php
FilterPluginBaseTest::acceptExposedInputProvider function core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php The data provider for testAcceptExposedInput.
FilterPluginBaseTest::testAcceptExposedInput function core/modules/views/tests/src/Unit/Plugin/filter/FilterPluginBaseTest.php @covers ::acceptExposedInput[[api-linebreak]]
FilterSecurityTest class core/modules/filter/tests/src/Functional/FilterSecurityTest.php Tests HTML filtering with missing or skipped filters or text formats.
FilterSecurityTest.php file core/modules/filter/tests/src/Functional/FilterSecurityTest.php
FilterSecurityTest::$adminUser property core/modules/filter/tests/src/Functional/FilterSecurityTest.php A user with administrative permissions.
FilterSecurityTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterSecurityTest.php The theme to install as the default for testing.
FilterSecurityTest::$modules property core/modules/filter/tests/src/Functional/FilterSecurityTest.php Modules to enable.
FilterSecurityTest::setUp function core/modules/filter/tests/src/Functional/FilterSecurityTest.php
FilterSecurityTest::testDisableFilterModule function core/modules/filter/tests/src/Functional/FilterSecurityTest.php Tests removal of filtered content when an active filter is disabled.
FilterSecurityTest::testSkipSecurityFilters function core/modules/filter/tests/src/Functional/FilterSecurityTest.php Tests that security filters are enforced even when marked to be skipped.
FilterSettingsTest class core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php Unit tests of the filter_settings plugin.
FilterSettingsTest.php file core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterSettingsTest.php

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