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
FilterHtmlImageSecureTest::setUp function core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
FilterHtmlImageSecureTest::testImageSource function core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php Tests removal of images having a non-local source.
FilterHtmlTest class core/modules/filter/tests/src/Unit/FilterHtmlTest.php @coversDefaultClass \Drupal\filter\Plugin\Filter\FilterHtml[[api-linebreak]]
@group filter
FilterHtmlTest.php file core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::$filter property core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::providerFilterAttributes function core/modules/filter/tests/src/Unit/FilterHtmlTest.php Provides data for testfilterAttributes.
FilterHtmlTest::setUp function core/modules/filter/tests/src/Unit/FilterHtmlTest.php
FilterHtmlTest::testfilterAttributes function core/modules/filter/tests/src/Unit/FilterHtmlTest.php @covers ::filterAttributes[[api-linebreak]]
FilterHtmlTest::testSetConfiguration function core/modules/filter/tests/src/Unit/FilterHtmlTest.php @covers ::setConfiguration[[api-linebreak]]
FilterHtmlUpdateTest class core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Tests that the allowed html configurations are updated with attributes.
FilterHtmlUpdateTest.php file core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php
FilterHtmlUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php The theme to install as the default for testing.
FilterHtmlUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Set database dump files to be used.
FilterHtmlUpdateTest::testAllowedHtmlUpdate function core/modules/system/tests/src/Functional/Update/FilterHtmlUpdateTest.php Tests system_update_8009().
FilterIdTest class core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Unit tests of the filter_id plugin.
FilterIdTest.php file core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php
FilterIdTest::$executable property core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php The mocked MigrateExecutable.
FilterIdTest::$modules property core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Modules to enable.
FilterIdTest::provideFilters function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Provides filter ids for testing transformations.
FilterIdTest::setUp function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php
FilterIdTest::testTransform function core/modules/filter/tests/src/Kernel/Plugin/migrate/process/FilterIdTest.php Tests transformation of filter_id plugin.
FilterInOperatorTest class core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests the core Drupal\views\Plugin\views\filter\InOperator handler.
FilterInOperatorTest.php file core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::$columnMap property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Map column names.
FilterInOperatorTest::$modules property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Modules to enable.
FilterInOperatorTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Views used by this test.
FilterInOperatorTest::getGroupedExposedFilters function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterGroupedChangedIdentifier function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that we can safely change the identifier on a grouped filter.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterInOperatorSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterOptionAsMarkup function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Tests that the InOperator filter can handle TranslateableMarkup.
FilterInOperatorTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php Returns the views data definition.
FilterKernelTest class core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests Filter module filters individually.
FilterKernelTest.php file core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::$filters property core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::$modules property core/modules/filter/tests/src/Kernel/FilterKernelTest.php Modules to enable.
FilterKernelTest::assertFilteredString function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts multiple filter output expectations for multiple input strings.
FilterKernelTest::assertNoNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that text transformed to lowercase with HTML entities decoded does not contain a given string.
FilterKernelTest::assertNormalized function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Asserts that a text transformed to lowercase with HTML entities decoded does contains a given string.
FilterKernelTest::setUp function core/modules/filter/tests/src/Kernel/FilterKernelTest.php
FilterKernelTest::testAlignAndCaptionFilters function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the combination of the align and caption filters.
FilterKernelTest::testAlignFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the align filter.
FilterKernelTest::testCaptionFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the caption filter.
FilterKernelTest::testHtmlCorrectorFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML corrector filter.
FilterKernelTest::testHtmlEscapeFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the HTML escaping filter.
FilterKernelTest::testHtmlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests filter settings, defaults, access restrictions and similar.
FilterKernelTest::testLineBreakFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the line break filter.
FilterKernelTest::testNoFollowFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the spam deterrent.
FilterKernelTest::testUrlFilter function core/modules/filter/tests/src/Kernel/FilterKernelTest.php Tests the URL filter.

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