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
ItemXmlBasicAuthTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php
ItemXmlBasicAuthTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The authentication mechanism to use in this test.
ItemXmlBasicAuthTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The theme to install as the default for testing.
ItemXmlBasicAuthTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The format to use in this test.
ItemXmlBasicAuthTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php The MIME type that corresponds to $format.
ItemXmlBasicAuthTest::$modules property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlBasicAuthTest.php Modules to install.
ItemXmlCookieTest class core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php @group rest
ItemXmlCookieTest.php file core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php
ItemXmlCookieTest::$auth property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The authentication mechanism to use in this test.
ItemXmlCookieTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The theme to install as the default for testing.
ItemXmlCookieTest::$format property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The format to use in this test.
ItemXmlCookieTest::$mimeType property core/modules/aggregator/tests/src/Functional/Rest/ItemXmlCookieTest.php The MIME type that corresponds to $format.
IteratorTest class core/modules/migrate/tests/src/Unit/process/IteratorTest.php Tests the iterator process plugin.
IteratorTest.php file core/modules/migrate/tests/src/Unit/process/IteratorTest.php
IteratorTest::$migrationConfiguration property core/modules/migrate/tests/src/Unit/process/IteratorTest.php
IteratorTest::$plugin property core/modules/migrate/tests/src/Unit/process/IteratorTest.php The iterator plugin being tested.
IteratorTest::testIterator function core/modules/migrate/tests/src/Unit/process/IteratorTest.php Tests the iterator process plugin.
JavascriptDeprecationTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Tests Javascript deprecation notices.
JavascriptDeprecationTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php
JavascriptDeprecationTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php Modules to enable.
JavascriptDeprecationTest::testJavascriptDeprecation function core/tests/Drupal/FunctionalJavascriptTests/JavascriptDeprecationTest.php @expectedDeprecation Javascript Deprecation: This function is deprecated for testing purposes.
@expectedDeprecation Javascript Deprecation: This property is deprecated for testing purposes.
JavascriptGetDrupalSettingsTest class core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests Drupal settings retrieval in JavascriptTestBase tests.
JavascriptGetDrupalSettingsTest.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php
JavascriptGetDrupalSettingsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php The theme to install as the default for testing.
JavascriptGetDrupalSettingsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Modules to enable.
JavascriptGetDrupalSettingsTest::testGetDrupalSettings function core/tests/Drupal/FunctionalJavascriptTests/JavascriptGetDrupalSettingsTest.php Tests retrieval of Drupal settings.
JavascriptTestBase class core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php Runs a browser test using PhantomJS.
JavascriptTestBase.php file core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php
JavascriptTestBase::$minkDefaultDriverClass property core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php To use a legacy phantomjs based approach, please use PhantomJSDriver::class.
JavascriptTestBase::assertSession function core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php Returns WebAssert object.
JoinTest class core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php Defines a join test plugin.
JoinTest class core/modules/views/tests/src/Kernel/Plugin/JoinTest.php Tests the join plugin.
JoinTest.php file core/modules/views/tests/src/Kernel/Plugin/JoinTest.php
JoinTest.php file core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php
JoinTest::$joinValue property core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php A value which is used to build an additional join condition.
JoinTest::$manager property core/modules/views/tests/src/Kernel/Plugin/JoinTest.php A plugin manager which handlers the instances of joins.
JoinTest::$testViews property core/modules/views/tests/src/Kernel/Plugin/JoinTest.php Views used by this test.
JoinTest::buildJoin function core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php Builds the SQL for the join this object represents.
JoinTest::getJoinValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php Returns the joinValue property.
JoinTest::setJoinValue function core/modules/views/tests/modules/views_test_data/src/Plugin/views/join/JoinTest.php Sets the joinValue property.
JoinTest::setUp function core/modules/views/tests/src/Kernel/Plugin/JoinTest.php
JoinTest::testBasePlugin function core/modules/views/tests/src/Kernel/Plugin/JoinTest.php Tests the join plugin base.
JoinTest::testExamplePlugin function core/modules/views/tests/src/Kernel/Plugin/JoinTest.php Tests an example join plugin.
JsAjaxTestCommand class core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php Test Ajax command.
JsAjaxTestCommand.php file core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php
JsAjaxTestCommand::render function core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php Return an array to be run through json_encode and sent to the client.
JsAjaxTestForm class core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Test form for js_ajax_test
JsAjaxTestForm.php file core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php
JsAjaxTestForm::addButton function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Ajax callback for the "Add button" button.
JsAjaxTestForm::buildForm function core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php Form for testing the addition of various types of elements via Ajax.

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