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. 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
TermXmlCookieTest.php file core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php
TermXmlCookieTest::$auth property core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php The authentication mechanism to use in this test.
TermXmlCookieTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php The theme to install as the default for testing.
TermXmlCookieTest::$format property core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php The format to use in this test.
TermXmlCookieTest::$mimeType property core/modules/taxonomy/tests/src/Functional/Rest/TermXmlCookieTest.php The MIME type that corresponds to $format.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
test-classes-missing-attributes.php file core/tests/PHPStan/fixtures/test-classes-missing-attributes.php
test-classes-with-metadata.php file core/tests/PHPStan/fixtures/test-classes-with-metadata.php
test-layout-theme.html.twig file core/modules/layout_discovery/tests/themes/test_layout_theme/templates/test-layout-theme.html.twig {{ content.content }}
test-methods-with-metadata.php file core/tests/PHPStan/fixtures/test-methods-with-metadata.php
test-site.php file core/scripts/test-site.php A command line application to install Drupal for tests.
test.css file core/modules/media/tests/modules/media_test_oembed/css/test.css /**
* This is an empty file by design.
* @see \Drupal\Tests\media\Kernel\OEmbedIframeControllerTest::testResourcePassedToPreprocess()
* @see media_test_oembed_preprocess_media_oembed_iframe()
*/
test.html.twig file core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_b/templates/test.html.twig This line is from twig_namespace_b/templates/test.html.twig
test.html.twig file core/modules/system/tests/modules/twig_theme_test/modules/twig_namespace_a/templates/test.html.twig This line is from twig_namespace_a/templates/test.html.twig

{% block content %}
This text is in a block.
{% endblock %}
Test.php file core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php
Test.php file core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
Test1Interface interface core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides a test interface.
Test2Interface interface core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides a different test interface.
Test::buildConfigurationForm function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Form constructor.
Test::controllerWithCache function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a controller with a cached render array.
Test::defaultConfiguration function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets default configuration for this plugin.
Test::deprecations function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Returns a page while triggering deprecation notices.
Test::dynamicTitle function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Returns a 'dynamic' title for the '_title_callback' route option.
Test::error function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
Test::escapedCharacters function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
Test::escapedScript function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
Test::getMetadata function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets the value for a metadata attribute for a given media item.
Test::getMetadataAttributes function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets a list of metadata attributes provided by this plugin.
Test::getPluginDefinition function core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Gets the definition of the plugin implementation.
Test::httpResponseException function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Throws a HTTP exception.
Test::metaRefresh function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Loads a page that does a redirect.
Test::renderPage function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Returns a generic page render array for title tests.
Test::renderTitle function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Renders a page with a title.
Test::staticTitle function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Renders a page.
Test::unEscapedScript function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php
TestableSqlContentEntityStorage class core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php A test subclass of SqlContentEntityStorage.
TestableSqlContentEntityStorage.php file core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php
TestableSqlContentEntityStorage::$database property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Active database connection.
TestableSqlContentEntityStorage::$entityType property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Information about the entity type.
TestableSqlContentEntityStorage::$fieldStorageDefinitions property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php The entity type's field storage definitions.
TestableSqlContentEntityStorage::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php The mapping of field columns to SQL tables.
TestableSqlContentEntityStorage::getTableMapping function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Overrides original SqlContentEntityStorage::getTableMapping().
TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Exposes the protected deleteFromDedicatedTables() method for testing.
TestableSqlContentEntityStorage::setTableMapping function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Sets the table mapping.
TestableSqlContentEntityStorage::__construct function core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php Override the constructor to bypass the parent's constructor.
TestAccessBlock class core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php Provides a block to test access.
TestAccessBlock.php file core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php
TestAccessBlock::blockAccess function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php Indicates whether the block should be shown.
TestAccessBlock::build function core/modules/block/tests/modules/block_test/src/Plugin/Block/TestAccessBlock.php Builds and returns the renderable array for this block plugin.

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