AuthenticationCollectorTest.php |
file |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
|
AuthenticationCollectorTest::testAuthenticationCollector |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
Tests adding, getting, and order of priorities. |
AuthenticationManagerTest |
class |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Tests Drupal\Core\Authentication\AuthenticationManager. |
AuthenticationManagerTest.php |
file |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
|
AuthenticationManagerTest::providerTestDefaultFilter |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Provides data to self::testDefaultFilter(). |
AuthenticationManagerTest::testApplyFilterWithFilterProvider |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Tests apply filter with filter provider. |
AuthenticationManagerTest::testDefaultFilter |
function |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationManagerTest.php |
Tests default filter. |
AuthenticationProviderPassTest |
class |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php |
Tests Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass. |
AuthenticationProviderPassTest.php |
file |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php |
|
AuthenticationProviderPassTest::testEncoders |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/AuthenticationProviderPassTest.php |
Tests encoders. |
AutoconfigurationTest |
class |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php |
Tests autoconfiguration of services. |
AutoconfigurationTest.php |
file |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php |
|
AutoconfigurationTest::testCoreServiceTags |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutoconfigurationTest.php |
Tests that core services do not use tags if autoconfiguration is enabled. |
AutoIncrementingTestItem |
class |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php |
Defines the 'field_method_invocation_order_test' entity field type. |
AutoIncrementingTestItem.php |
file |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php |
|
AutoIncrementingTestItem::getIncrementedFieldValue |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php |
Gets an incremented field value. |
AutoIncrementingTestItem::preSave |
function |
core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php |
Defines custom presave behavior for field values. |
Automated tests |
group |
core/core.api.php |
Overview of PHPUnit and Nightwatch automated tests. |
AutomatedCronTest |
class |
core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php |
Tests for automated_cron. |
AutomatedCronTest.php |
file |
core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php |
|
AutomatedCronTest::$modules |
property |
core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php |
Modules to install. |
AutomatedCronTest::testRunsCronOnHttpRequest |
function |
core/modules/automated_cron/tests/src/Kernel/AutomatedCronTest.php |
Tests that automated cron runs cron on an HTTP request. |
AutowireTest |
class |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php |
Tests auto-wiring services. |
AutowireTest.php |
file |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php |
|
AutowireTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php |
Modules to install. |
AutowireTest::testAutowire |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php |
Tests that 'autowire_test.service' has its dependencies injected. |
AutowireTest::testCoreControllerAutowiring |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php |
Tests that core controllers are autowired where possible. |
AutowireTest::testCoreServiceAliases |
function |
core/tests/Drupal/KernelTests/Core/DependencyInjection/AutowireTest.php |
Tests that core services have aliases correctly defined where possible. |
autowire_test.info.yml |
file |
core/modules/system/tests/modules/autowire_test/autowire_test.info.yml |
core/modules/system/tests/modules/autowire_test/autowire_test.info.yml |
autowire_test.services.yml |
file |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
BackendChainImplementationUnitTest |
class |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Unit test of backend chain implementation specifics. |
BackendChainImplementationUnitTest.php |
file |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
|
BackendChainImplementationUnitTest::$chain |
property |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Chain that will be heavily tested. |
BackendChainImplementationUnitTest::$firstBackend |
property |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
First backend in the chain. |
BackendChainImplementationUnitTest::$secondBackend |
property |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Second backend in the chain. |
BackendChainImplementationUnitTest::$thirdBackend |
property |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Third backend in the chain. |
BackendChainImplementationUnitTest::setUp |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
|
BackendChainImplementationUnitTest::testDelete |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that delete will propagate. |
BackendChainImplementationUnitTest::testDeleteAllPropagation |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that the delete all operation is propagated to all chained backends. |
BackendChainImplementationUnitTest::testDeleteTagsPropagation |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that the delete tags operation is propagated to all chained backends. |
BackendChainImplementationUnitTest::testGet |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests the get feature. |
BackendChainImplementationUnitTest::testGetHasPropagated |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Ensure get values propagation to previous backends. |
BackendChainImplementationUnitTest::testGetMultiple |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests the get multiple feature. |
BackendChainImplementationUnitTest::testGetMultipleHasPropagated |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Ensure get multiple values propagation to previous backends. |
BackendChainImplementationUnitTest::testRemoveBin |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that removing bin propagates to all backends. |
BackendChainImplementationUnitTest::testSet |
function |
core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php |
Tests that set will propagate. |
BackendChainTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php |
Unit test of the backend chain using the generic cache unit test base. |
BackendChainTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php |
|
BackendChainTest::createCacheBackend |
function |
core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php |
Creates a cache backend to test. |
BackendCompilerPassTest |
class |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
Tests Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass. |