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. Search 11.x for test
  6. 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
DemoUmamiProfileTest::testEditNodesByAdmin function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests the successful editing of nodes by admin.
DemoUmamiProfileTest::testUser function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests that the users can log in with the admin password entered at install.
DemoUmamiProfileTest::testWarningsOnStatusPage function core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php Tests demo_umami profile warnings shown on Status Page.
DenyNoCacheRoutesTest class core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php Tests Drupal\Core\PageCache\ResponsePolicy\DenyNoCacheRoutes.
DenyNoCacheRoutesTest.php file core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php
DenyNoCacheRoutesTest::$policy property core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php The response policy under test.
DenyNoCacheRoutesTest::$request property core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php A request object.
DenyNoCacheRoutesTest::$response property core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php A response object.
DenyNoCacheRoutesTest::$routeMatch property core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php The current route match.
DenyNoCacheRoutesTest::providerDenyNoCacheRoutesPolicy function core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php Provides data and expected results for the test method.
DenyNoCacheRoutesTest::setUp function core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php
DenyNoCacheRoutesTest::testDenyNoCacheRoutesPolicy function core/tests/Drupal/Tests/Core/PageCache/DenyNoCacheRoutesTest.php Asserts that caching is denied on the node preview 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 install.
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 install.
DependencyMissingTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php
DependencyMissingTest::testMissingUpdate function core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php Tests updating with a missing dependency.
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 install.
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 Tests Drupal\Core\DependencyInjection\DependencySerializationTrait.
DependencySerializationTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
DependencySerializationTest::testSerialization function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Tests serialization.
DependencySerializationTestDummy class core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Defines a test class which has a single service as dependency.
DependencySerializationTestDummy::$container property core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php The container.
DependencySerializationTestDummy::$service property core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php A test service.
DependencySerializationTestDummy::getServiceIds function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Gets the stored service IDs.
DependencySerializationTestDummy::setContainer function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
DependencySerializationTestDummy::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Constructs a new TestClass object.
DependencyTest class core/modules/system/tests/src/Functional/Module/DependencyTest.php Enable module without dependency enabled.
DependencyTest class core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Tests Drupal\Core\Extension\Dependency.
DependencyTest.php file core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
DependencyTest.php file core/modules/system/tests/src/Functional/Module/DependencyTest.php
DependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DependencyTest.php The theme to install as the default for testing.
DependencyTest::providerCreateFromString function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Data provider for testCreateFromString.
DependencyTest::setUp function core/modules/system/tests/src/Functional/Module/DependencyTest.php

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