Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search 11.x 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
SkipOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/SkipOpTest.php Tests process.
SkipRowIfNotSetTest class core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests the skip row if not set process plugin.
SkipRowIfNotSetTest.php file core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php
SkipRowIfNotSetTest::testRowSkipWithMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception with a message is raised.
SkipRowIfNotSetTest::testRowSkipWithoutMessage function core/modules/migrate/tests/src/Unit/process/SkipRowIfNotSetTest.php Tests that a skip row exception without a message is raised.
SmartDefaultSettingsTest class core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Tests Smart Default Settings.
SmartDefaultSettingsTest class core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php Tests Drupal\ckeditor5\SmartDefaultSettings.
SmartDefaultSettingsTest.php file core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php
SmartDefaultSettingsTest.php file core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
SmartDefaultSettingsTest::$manager property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php The manager for "CKEditor 5 plugin" plugins.
SmartDefaultSettingsTest::$modules property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
SmartDefaultSettingsTest::$parser property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php The message's placeholders parser.
SmartDefaultSettingsTest::$smartDefaultSettings property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Smart default settings utility.
SmartDefaultSettingsTest::$strictConfigSchema property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Exempt from strict schema checking, because using CKEditor 4.
SmartDefaultSettingsTest::$testLogServiceName property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php The service name for a logger implementation that collects anything logged.
SmartDefaultSettingsTest::$typedConfig property core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php The typed config manager.
SmartDefaultSettingsTest::editorInfoAlter function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Implements hook_editor_info_alter().
SmartDefaultSettingsTest::provider function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Data provider.
SmartDefaultSettingsTest::providerCandidates function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php Data provider for testing getCandidates() and ::selectCandidate().
SmartDefaultSettingsTest::providerSurplusScore function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php Data provider for testing computeSurplusScore().
SmartDefaultSettingsTest::register function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
SmartDefaultSettingsTest::setUp function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php
SmartDefaultSettingsTest::test function core/modules/ckeditor5/tests/src/Kernel/SmartDefaultSettingsTest.php Tests the CKEditor 5 default settings conversion.
SmartDefaultSettingsTest::testCandidates function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php Tests candidates.
SmartDefaultSettingsTest::testSurplusScore function core/modules/ckeditor5/tests/src/Unit/SmartDefaultSettingsTest.php Tests surplus score.
SomeClass::TEST constant core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
SomeClass::testMethod function core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
SortableTestTrait trait core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Provides functions for simulating sort changes.
SortableTestTrait.php file core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php
SortableTestTrait::sortableAfter function core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Simulates a drag moving an element after its sibling in the same container.
SortableTestTrait::sortableTo function core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Simulates a drag on an element from one container to another.
SortableTestTrait::sortableUpdate function core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Define to provide any necessary callback following layout change.
SortArrayTest class core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Tests the SortArray component.
SortArrayTest.php file core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php
SortArrayTest::assertBothNegativePositiveOrZero function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Asserts that numbers are either both negative, both positive or both zero.
SortArrayTest::providerSortByTitleElement function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Data provider for SortArray::sortByTitleElement().
SortArrayTest::providerSortByTitleProperty function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Data provider for SortArray::sortByTitleProperty().
SortArrayTest::providerSortByWeightElement function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Data provider for SortArray::sortByWeightElement().
SortArrayTest::providerSortByWeightProperty function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Data provider for SortArray::sortByWeightProperty().
SortArrayTest::testRecursiveSortByKey function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Tests sorting arrays recursively by key.
SortArrayTest::testSortByTitleElement function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Tests SortArray::sortByTitleElement() input against expected output.
SortArrayTest::testSortByTitleProperty function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Tests SortArray::sortByTitleProperty() input against expected output.
SortArrayTest::testSortByWeightElement function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Tests SortArray::sortByWeightElement() input against expected output.
SortArrayTest::testSortByWeightProperty function core/tests/Drupal/Tests/Component/Utility/SortArrayTest.php Tests SortArray::sortByWeightProperty() input against expected output.
SortDateTest class core/modules/views/tests/src/Kernel/Handler/SortDateTest.php Tests for core Drupal\views\Plugin\views\sort\Date handler.
SortDateTest.php file core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
SortDateTest::$testViews property core/modules/views/tests/src/Kernel/Handler/SortDateTest.php Views used by this test.
SortDateTest::expectedResultSet function core/modules/views/tests/src/Kernel/Handler/SortDateTest.php Generates an expected result set based on the specified granularity and order.
SortDateTest::testDateOrdering function core/modules/views/tests/src/Kernel/Handler/SortDateTest.php Tests numeric ordering of the result set.
SortDateTimeTest class core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php Tests for core Drupal\datetime\Plugin\views\sort\Date handler.

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