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 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
FormStateDecoratorBaseTest::testSetValueForElement function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setValueForElement[[api-linebreak]]
FormStateDecoratorBaseTest::testSetValues function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setValues[[api-linebreak]]
FormStateDecoratorBaseTest::testUnsetValue function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::unsetValue[[api-linebreak]]
FormStateTest class core/tests/Drupal/Tests/Core/Form/FormStateTest.php @coversDefaultClass \Drupal\Core\Form\FormState[[api-linebreak]]
FormStateTest.php file core/tests/Drupal/Tests/Core/Form/FormStateTest.php
FormStateTest::providerTestGetError function core/tests/Drupal/Tests/Core/Form/FormStateTest.php
FormStateTest::providerTestGetRedirect function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Provides test data for testing the getRedirect() method.
FormStateTest::providerTestIsCached function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Provides test data for testIsCached().
FormStateTest::providerTestIsMethodType function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Provides test data for testIsMethodType().
FormStateTest::providerTestSetErrorByName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php
FormStateTest::testAddCleanValueKey function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::addCleanValueKey[[api-linebreak]]
FormStateTest::testCleanValues function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @depends testAddCleanValueKey
FormStateTest::testFormErrorsDuringSubmission function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Tests that form errors during submission throw an exception.
FormStateTest::testGetCleanValueKeys function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::getCleanValueKeys[[api-linebreak]]
FormStateTest::testGetError function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Tests the getError() method.
FormStateTest::testGetRedirect function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Tests the getRedirect() method.
FormStateTest::testGetValues function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setValues[[api-linebreak]]
@covers ::getValues[[api-linebreak]]
FormStateTest::testIsCached function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::isCached[[api-linebreak]]
FormStateTest::testIsMethodType function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::isMethodType[[api-linebreak]]
@covers ::setMethod[[api-linebreak]]
FormStateTest::testLoadInclude function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormStateTest::testLoadIncludeAlreadyLoaded function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormStateTest::testLoadIncludeNoName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormStateTest::testLoadIncludeNotFound function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::loadInclude[[api-linebreak]]
FormStateTest::testPrepareCallbackArray function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::prepareCallback[[api-linebreak]]
FormStateTest::testPrepareCallbackInValidMethod function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::prepareCallback[[api-linebreak]]
FormStateTest::testPrepareCallbackValidMethod function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::prepareCallback[[api-linebreak]]
FormStateTest::testSetCachedGet function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setCached[[api-linebreak]]
FormStateTest::testSetCachedPost function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setCached[[api-linebreak]]
FormStateTest::testSetCleanValueKeys function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setCleanValueKeys[[api-linebreak]]
FormStateTest::testSetError function core/tests/Drupal/Tests/Core/Form/FormStateTest.php Tests the setError() method.
FormStateTest::testSetErrorByName function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::setErrorByName[[api-linebreak]]
FormStateTest::testTemporaryValue function core/tests/Drupal/Tests/Core/Form/FormStateTest.php @covers ::getTemporaryValue[[api-linebreak]]
@covers ::hasTemporaryValue[[api-linebreak]]
@covers ::setTemporaryValue[[api-linebreak]]
FormStateValuesTraitTest class core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @coversDefaultClass \Drupal\Core\Form\FormStateValuesTrait[[api-linebreak]]
FormStateValuesTraitTest.php file core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php
FormStateValuesTraitTest::providerGetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testGetValue().
FormStateValuesTraitTest::providerHasValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testHasValue().
FormStateValuesTraitTest::providerIsValueEmpty function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testIsValueEmpty().
FormStateValuesTraitTest::providerSetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Provides data to self::testSetValue().
FormStateValuesTraitTest::testGetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::getValue[[api-linebreak]]
FormStateValuesTraitTest::testGetValueModifyReturn function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::getValue[[api-linebreak]]
FormStateValuesTraitTest::testHasValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::hasValue[[api-linebreak]]
FormStateValuesTraitTest::testIsValueEmpty function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::isValueEmpty[[api-linebreak]]
FormStateValuesTraitTest::testSetValue function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php @covers ::setValue[[api-linebreak]]
FormStateValuesTraitTest::testSetValueForElement function core/tests/Drupal/Tests/Core/Form/FormStateValuesTraitTest.php Tests that setting the value for an element adds to the values.
FormStoragePageCacheTest class core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php Tests form storage from cached pages.
FormStoragePageCacheTest.php file core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
FormStoragePageCacheTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php The theme to install as the default for testing.
FormStoragePageCacheTest::$modules property core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php
FormStoragePageCacheTest::getFormBuildId function core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php Return the build id of the current form.
FormStoragePageCacheTest::setUp function core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php

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