| AttributeTest::testHasAttribute |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests has attribute. |
| AttributeTest::testHasClass |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests checking for class names with the Attribute method. |
| AttributeTest::testIterate |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests iterating on the values of the attribute. |
| AttributeTest::testMerge |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests merge. |
| AttributeTest::testMergeArgumentException |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests merge argument exception. |
| AttributeTest::testPrint |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests printing of an attribute. |
| AttributeTest::testRemove |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests removing of values. |
| AttributeTest::testRemoveAttribute |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests removing attributes. |
| AttributeTest::testRemoveClasses |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests removing class attributes with the AttributeArray helper method. |
| AttributeTest::testSet |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests set of values. |
| AttributeTest::testSetAttribute |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests setting attributes. |
| AttributeTest::testStorage |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests the storage method. |
| AttributeTest::testTwigAddRemoveClasses |
function |
core/tests/Drupal/Tests/Core/Template/AttributeTest.php |
Tests the twig calls to the Attribute. |
| AttributeXssTest |
class |
core/modules/link/tests/src/Unit/AttributeXssTest.php |
Tests AttributeXss. |
| AttributeXssTest.php |
file |
core/modules/link/tests/src/Unit/AttributeXssTest.php |
|
| AttributeXssTest::providerSanitizeAttributes |
function |
core/modules/link/tests/src/Unit/AttributeXssTest.php |
Data provider for ::testSanitizeAttributes. |
| AttributeXssTest::testSanitizeAttributes |
function |
core/modules/link/tests/src/Unit/AttributeXssTest.php |
Covers ::sanitizeAttributes. |
| AuthenticationCollectorTest |
class |
core/tests/Drupal/Tests/Core/Authentication/AuthenticationCollectorTest.php |
Tests Drupal\Core\Authentication\AuthenticationCollector. |
| 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. |
| AutowireBlockTest |
class |
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php |
Tests that blocks can be autowired. |
| AutowireBlockTest.php |
file |
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php |
|
| AutowireBlockTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php |
Modules to install. |
| AutowireBlockTest::testAutowireBlock |
function |
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php |
Tests blocks with autowiring are created successfully. |
| AutowireBlockTest::testAutowireError |
function |
core/tests/Drupal/KernelTests/Core/Block/AutowireBlockTest.php |
Tests that autowire errors are handled correctly. |
| 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. |