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
FilterAdminTest class core/modules/filter/tests/src/Functional/FilterAdminTest.php Thoroughly test the administrative interface of the filter module.
FilterAdminTest.php file core/modules/filter/tests/src/Functional/FilterAdminTest.php
FilterAdminTest::$adminUser property core/modules/filter/tests/src/Functional/FilterAdminTest.php A user with administration permissions.
FilterAdminTest::$defaultTheme property core/modules/filter/tests/src/Functional/FilterAdminTest.php The theme to install as the default for testing.
FilterAdminTest::$modules property core/modules/filter/tests/src/Functional/FilterAdminTest.php Modules to enable.
FilterAdminTest::$webUser property core/modules/filter/tests/src/Functional/FilterAdminTest.php A user with permissions to create pages.
FilterAdminTest::setUp function core/modules/filter/tests/src/Functional/FilterAdminTest.php
FilterAdminTest::testDisabledFormat function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests whether a field using a disabled format is rendered.
FilterAdminTest::testFilterAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests filter administration functionality.
FilterAdminTest::testFilterTipHtmlEscape function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests whether filter tips page is not HTML escaped.
FilterAdminTest::testFormatAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests the format administration functionality.
FilterAdminTest::testUrlFilterAdmin function core/modules/filter/tests/src/Functional/FilterAdminTest.php Tests the URL filter settings form is properly validated.
FilterAndArgumentUserUidTest class core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterAndArgumentUserUidTest.php file core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
FilterAndArgumentUserUidTest::$modules property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Modules to enable.
FilterAndArgumentUserUidTest::$testViews property core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Views used by this test.
FilterAndArgumentUserUidTest::testHandlers function core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php Tests the user posted or commented filter and argument handlers.
FilterAPITest class core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the behavior of the API of the Filter module.
FilterAPITest.php file core/modules/filter/tests/src/Kernel/FilterAPITest.php
FilterAPITest::$modules property core/modules/filter/tests/src/Kernel/FilterAPITest.php Modules to enable.
FilterAPITest::assertFilterFormatViolation function core/modules/filter/tests/src/Kernel/FilterAPITest.php Checks if an expected violation exists in the given violations.
FilterAPITest::setUp function core/modules/filter/tests/src/Kernel/FilterAPITest.php
FilterAPITest::testCheckMarkupFilterOrder function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that the filter order is respected.
FilterAPITest::testCheckMarkupFilterSubset function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the ability to apply only a subset of filters.
FilterAPITest::testDependencyRemoval function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that filter format dependency removal works.
FilterAPITest::testFilterFormatAPI function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that HTML restrictions and filter types are correct.
FilterAPITest::testFilterFormatPreSave function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that FilterFormat::preSave() only saves customized plugins.
FilterAPITest::testForbiddenTagsDeprecated function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests deprecated "forbidden tags" functionality.
FilterAPITest::testProcessedTextElement function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the 'processed_text' element.
FilterAPITest::testSleep function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests that format entities are serialized without their plugin collection.
FilterAPITest::testTypedDataAPI function core/modules/filter/tests/src/Kernel/FilterAPITest.php Tests the function of the typed data type.
FilterBooleanOperatorDefaultTest class core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php Tests the queryOpBoolean() with default operator.
FilterBooleanOperatorDefaultTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php Filter to test queryOpBoolean() with default operator.
FilterBooleanOperatorDefaultTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php
FilterBooleanOperatorDefaultTest.php file core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php
FilterBooleanOperatorDefaultTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php Modules to enable.
FilterBooleanOperatorDefaultTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php Views to be enabled.
FilterBooleanOperatorDefaultTest::query function core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/FilterBooleanOperatorDefaultTest.php Add this filter to the query.
FilterBooleanOperatorDefaultTest::testFilterBooleanOperatorDefault function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php Tests the queryOpBoolean() with default operator.
FilterBooleanOperatorDefaultTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php Returns the views data definition.
FilterBooleanOperatorGroupTest class core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Tests the core Drupal\views\Plugin\views\filter\BooleanOperator handler.
FilterBooleanOperatorGroupTest.php file core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php
FilterBooleanOperatorGroupTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php The modules to enable for this test.
FilterBooleanOperatorGroupTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Views used by this test.
FilterBooleanOperatorGroupTest::setUp function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php
FilterBooleanOperatorGroupTest::testViewsBooleanGroupedFilter function core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorGroupTest.php Tests that grouped boolean exposed form works as expected.
FilterBooleanOperatorStringTest class core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Tests core's BooleanOperatorString views filter handler.
FilterBooleanOperatorStringTest.php file core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php
FilterBooleanOperatorStringTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php Map column names.
FilterBooleanOperatorStringTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php The modules to enable for this test.

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