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. Search main for test
  6. 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
RowUITest class core/modules/views_ui/tests/src/Functional/RowUITest.php Tests the UI of row plugins.
RowUITest.php file core/modules/views_ui/tests/src/Functional/RowUITest.php
RowUITest::$defaultTheme property core/modules/views_ui/tests/src/Functional/RowUITest.php The theme to install as the default for testing.
RowUITest::$testViews property core/modules/views_ui/tests/src/Functional/RowUITest.php Views used by this test.
RowUITest::testRowUI function core/modules/views_ui/tests/src/Functional/RowUITest.php Tests changing the row plugin and changing some options of a row.
RssFieldsTest class core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Tests \Drupal\views\Plugin\views\row\RssFields.
RssFieldsTest.php file core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
RssFieldsTest::$modules property core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Modules to enable.
RssFieldsTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Views to be enabled.
RssFieldsTest::setUp function core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
RssFieldsTest::testLink function core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php Tests correct processing of link fields.
RssResponseRelativeUrlFilterTest class core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\RssResponseRelativeUrlFilter[[api-linebreak]]
@group event_subscriber
RssResponseRelativeUrlFilterTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
RssResponseRelativeUrlFilterTest::providerTestOnResponse function core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php
RssResponseRelativeUrlFilterTest::testOnResponse function core/tests/Drupal/Tests/Core/EventSubscriber/RssResponseRelativeUrlFilterTest.php @dataProvider providerTestOnResponse
RssTest class core/modules/taxonomy/tests/src/Functional/RssTest.php Ensure that data added as terms appears in RSS feeds if "RSS Category" format
is selected.
RssTest.php file core/modules/taxonomy/tests/src/Functional/RssTest.php
RssTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/RssTest.php The theme to install as the default for testing.
RssTest::$fieldName property core/modules/taxonomy/tests/src/Functional/RssTest.php Name of the taxonomy term reference field.
RssTest::$modules property core/modules/taxonomy/tests/src/Functional/RssTest.php Modules to enable.
RssTest::$vocabulary property core/modules/taxonomy/tests/src/Functional/RssTest.php Vocabulary for testing.
RssTest::setUp function core/modules/taxonomy/tests/src/Functional/RssTest.php
RssTest::testTaxonomyRss function core/modules/taxonomy/tests/src/Functional/RssTest.php Tests that terms added to nodes are displayed in core RSS feed.
run-tests.sh file core/scripts/run-tests.sh This script runs Drupal tests from command line.
SafeMarkupTest class core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests marking strings as safe.
SafeMarkupTest.php file core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Contains \Drupal\Tests\Component\Utility\SafeMarkupTest.
SafeMarkupTest::providerCheckPlain function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Data provider for testCheckPlain() and testHtmlEscapedText().
SafeMarkupTest::providerFormat function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Data provider for testFormat().
SafeMarkupTest::tearDown function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTest::testCheckPlain function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests SafeMarkup::checkPlain().
SafeMarkupTest::testFormat function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests string formatting with SafeMarkup::format().
SafeMarkupTest::testHtmlEscapedText function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests Drupal\Component\Render\HtmlEscapedText.
SafeMarkupTest::testIsSafe function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Tests SafeMarkup::isSafe() with different objects.
SafeMarkupTestMarkup class core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php Marks an object's __toString() method as returning markup.
SafeMarkupTestMarkup class core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Implements MarkupInterface without implementing \Countable
SafeMarkupTestMarkup::create function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php Overrides MarkupTrait::create() to allow creation with empty strings.
SafeMarkupTestString class core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTestString::$string property core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTestString::__construct function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SafeMarkupTestString::__toString function core/tests/Drupal/Tests/Component/Utility/SafeMarkupTest.php
SaveActionTest class core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @group Action
SaveActionTest.php file core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
SaveActionTest::$modules property core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Modules to enable.
SaveActionTest::setUp function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
SaveActionTest::testGetDerivativeDefinitions function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityChangedActionDeriver::getDerivativeDefinitions[[api-linebreak]]
SaveActionTest::testSaveAction function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php @covers \Drupal\Core\Action\Plugin\Action\SaveAction::execute[[api-linebreak]]
SaveDataTest class core/modules/file/tests/src/Kernel/SaveDataTest.php Tests the file_save_data() function.
SaveDataTest.php file core/modules/file/tests/src/Kernel/SaveDataTest.php
SaveDataTest::testExistingError function core/modules/file/tests/src/Kernel/SaveDataTest.php Test that file_save_data() fails overwriting an existing file.
SaveDataTest::testExistingRename function core/modules/file/tests/src/Kernel/SaveDataTest.php Test file_save_data() when renaming around an existing file.

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