Search for test

  1. Search 7.x for test
  2. Search 8.9.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
EmphasisTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
EmphasisTest::$adminUser property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php The user to use during testing.
EmphasisTest::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php The theme to install as the default for testing.
EmphasisTest::$host property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php A host entity with a body field to use the <em> tag in.
EmphasisTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php Modules to enable.
EmphasisTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php
EmphasisTest::testEmphasis function core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php Ensures that CKEditor italic model is converted to em.
EmphasisTest::testEmphasisArbitraryHtml function core/modules/ckeditor5/tests/src/FunctionalJavascript/EmphasisTest.php Tests that arbitrary attributes are allowed via GHS.
EmptyStatementTest class core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests the empty pseudo-statement class.
EmptyStatementTest.php file core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php
EmptyStatementTest::testEmpty function core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests that the empty result set behaves as empty.
EmptyStatementTest::testEmptyFetchAll function core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests that the empty result set mass-fetches in an expected way.
EmptyStatementTest::testEmptyIteration function core/tests/Drupal/Tests/Core/Database/EmptyStatementTest.php Tests that the empty result set iterates safely.
EndOfTransactionQueriesTest class core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Tests that cache tag invalidation queries are delayed to the end of transactions.
EndOfTransactionQueriesTest.php file core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::$modules property core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Modules to enable.
EndOfTransactionQueriesTest::getDatabaseConnectionInfo function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Returns the Database connection info to be used for this test.
EndOfTransactionQueriesTest::getStatementsForTable function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Filters statements by table name.
EndOfTransactionQueriesTest::register function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Registers test-specific services.
EndOfTransactionQueriesTest::setUp function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::statementToTableName function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php Returns the table name for a statement.
EndOfTransactionQueriesTest::testEntitySave function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndOfTransactionQueriesTest::testEntitySaveRollback function core/tests/Drupal/KernelTests/Core/Cache/EndOfTransactionQueriesTest.php
EndpointTest class core/modules/media/tests/src/Unit/EndpointTest.php @coversDefaultClass \Drupal\media\OEmbed\Endpoint[[api-linebreak]]
EndpointTest.php file core/modules/media/tests/src/Unit/EndpointTest.php
EndpointTest::testCaseSensitiveMatch function core/modules/media/tests/src/Unit/EndpointTest.php @covers ::matchUrl[[api-linebreak]]
EndpointTest::testMatchUrl function core/modules/media/tests/src/Unit/EndpointTest.php @covers ::matchUrl[[api-linebreak]]
EngineNyanCatTest class core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Tests the multi theme engine support.
EngineNyanCatTest.php file core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php The theme to install as the default for testing.
EngineNyanCatTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Modules to enable.
EngineNyanCatTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
EngineNyanCatTest::testTemplateOverride function core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php Ensures a theme's template is overridable based on the 'template' filename.
EngineTwigTest class core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests Twig-specific theme functionality.
EngineTwigTest.php file core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php The theme to install as the default for testing.
EngineTwigTest::$modules property core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Modules to enable.
EngineTwigTest::setUp function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php
EngineTwigTest::testRenderable function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the rendering of renderables.
EngineTwigTest::testTwigAttachLibrary function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the attach of asset libraries.
EngineTwigTest::testTwigFileUrls function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the automatic/magic calling of toString() on objects, if exists.
EngineTwigTest::testTwigLinkGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the link_generator Twig functions.
EngineTwigTest::testTwigUrlGenerator function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the url and url_generate Twig functions.
EngineTwigTest::testTwigUrlToString function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the magic url to string Twig functions.
EngineTwigTest::testTwigVariableDataTypes function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests that the Twig engine handles PHP data correctly.
EntityAccessChecker::$latestRevisionCheck property core/modules/jsonapi/src/Access/EntityAccessChecker.php The latest revision check service.
EntityAccessChecker::setLatestRevisionCheck function core/modules/jsonapi/src/Access/EntityAccessChecker.php Sets the media revision access check service.
EntityAccessCheckTest class core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Unit test of entity access checking system.
EntityAccessCheckTest.php file core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php
EntityAccessCheckTest::createRouteMatchForObject function core/tests/Drupal/Tests/Core/Entity/EntityAccessCheckTest.php Wrap any object with a route match, and return that.

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