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
DenormalizeTest::testDenormalizeInvalidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing invalid custom serialized fields.
DenormalizeTest::testDenormalizeSerializedItem function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing serialized columns.
DenormalizeTest::testDenormalizeValidCustomSerializedField function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests normalizing/denormalizing valid custom serialized fields.
DenormalizeTest::testMarkFieldForDeletion function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests that a field set to an empty array is different than an absent field.
DenormalizeTest::testTypeHandling function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests that the type link relation in incoming data is handled correctly.
DenormalizeTest::testTypeHandlingWithInvalidType function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests link relation handling with an invalid type.
DenormalizeTest::testTypeHandlingWithNoTypes function core/modules/hal/tests/src/Kernel/DenormalizeTest.php Tests link relation handling with no types.
DenyNodePreviewTest class core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php @coversDefaultClass \Drupal\node\PageCache\DenyNodePreview[[api-linebreak]]
@group node
DenyNodePreviewTest.php file core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php
DenyNodePreviewTest::$policy property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php The response policy under test.
DenyNodePreviewTest::$request property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php A request object.
DenyNodePreviewTest::$response property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php A response object.
DenyNodePreviewTest::$routeMatch property core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php The current route match.
DenyNodePreviewTest::providerPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Provides data and expected results for the test method.
DenyNodePreviewTest::setUp function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php
DenyNodePreviewTest::testPrivateImageStyleDownloadPolicy function core/modules/node/tests/src/Unit/PageCache/DenyNodePreviewTest.php Asserts that caching is denied on the node preview route.
DenyPrivateImageStyleDownloadTest class core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php @coversDefaultClass \Drupal\image\PageCache\DenyPrivateImageStyleDownload[[api-linebreak]]
@group image
DenyPrivateImageStyleDownloadTest.php file core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
DenyPrivateImageStyleDownloadTest::$policy property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The response policy under test.
DenyPrivateImageStyleDownloadTest::$request property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php A request object.
DenyPrivateImageStyleDownloadTest::$response property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php A response object.
DenyPrivateImageStyleDownloadTest::$routeMatch property core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php The current route match.
DenyPrivateImageStyleDownloadTest::providerPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Provides data and expected results for the test method.
DenyPrivateImageStyleDownloadTest::setUp function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
DenyPrivateImageStyleDownloadTest::testPrivateImageStyleDownloadPolicy function core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php Asserts that caching is denied on the private image style download route.
DenyTestAuthRequests class core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php Cache policy for pages requested with REST Test Auth.
DenyTestAuthRequests.php file core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php
DenyTestAuthRequests::check function core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php Determines whether delivery of a cached page should be attempted.
DependencyHookInvocationTest class core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php Tests the hook invocation for determining update dependencies.
DependencyHookInvocationTest.php file core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php
DependencyHookInvocationTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php The theme to install as the default for testing.
DependencyHookInvocationTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php Modules to enable.
DependencyHookInvocationTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php
DependencyHookInvocationTest::testHookUpdateDependencies function core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php Tests the structure of the array returned by hook_update_dependencies().
DependencyMissingTest class core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php Tests that missing update dependencies are correctly flagged.
DependencyMissingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyMissingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php The theme to install as the default for testing.
DependencyMissingTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php Modules to enable.
DependencyMissingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyMissingTest::testMissingUpdate function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyOrderingTest class core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that update functions are run in the proper order.
DependencyOrderingTest.php file core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php
DependencyOrderingTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php The theme to install as the default for testing.
DependencyOrderingTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Modules to enable.
DependencyOrderingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php
DependencyOrderingTest::testUpdateOrderingModuleInterdependency function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that dependencies between modules are resolved correctly.
DependencyOrderingTest::testUpdateOrderingSingleModule function core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php Tests that updates within a single module run in the correct order.
DependencySerializationTest class core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\DependencySerializationTrait[[api-linebreak]]
@group DependencyInjection
DependencySerializationTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Contains \Drupal\Tests\Core\DependencyInjection\DependencySerializationTest.
DependencySerializationTest::testSerialization function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php @covers ::__sleep[[api-linebreak]]
@covers ::__wakeup[[api-linebreak]]

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