Search for test
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Test | class | core/ |
Provides test media source. |
Test | class | core/ |
Defines a test controller for page titles. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
AuthenticationManagerTest | class | core/ |
@coversDefaultClass \Drupal\Core\Authentication\AuthenticationManager @group Authentication |
AuthenticationManagerTest.php | file | core/ |
|
AuthenticationManagerTest::providerTestDefaultFilter | function | core/ |
Provides data to self::testDefaultFilter(). |
AuthenticationManagerTest::testApplyFilterWithFilterProvider | function | core/ |
@covers ::applyFilter |
AuthenticationManagerTest::testDefaultFilter | function | core/ |
@covers ::defaultFilter @covers ::applyFilter |
AuthenticationProviderPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\AuthenticationProviderPass @group DependencyInjection |
AuthenticationProviderPassTest.php | file | core/ |
|
AuthenticationProviderPassTest::testEncoders | function | core/ |
@covers ::process |
AutoconfigurationTest | class | core/ |
Tests autoconfiguration of services. |
AutoconfigurationTest.php | file | core/ |
|
AutoconfigurationTest::testCoreServiceTags | function | core/ |
Tests that core services do not use tags if autoconfiguration is enabled. |
AutoIncrementingTestItem | class | core/ |
Defines the 'field_method_invocation_order_test' entity field type. |
AutoIncrementingTestItem.php | file | core/ |
|
AutoIncrementingTestItem::getIncrementedFieldValue | function | core/ |
Gets an incremented field value. |
AutoIncrementingTestItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
Automated tests | group | core/ |
Overview of PHPUnit and Nightwatch automated tests. |
AutowireTest | class | core/ |
Tests auto-wiring services. |
AutowireTest.php | file | core/ |
|
AutowireTest::$modules | property | core/ |
Modules to install. |
AutowireTest::testAutowire | function | core/ |
Tests that 'autowire_test.service' has its dependencies injected. |
AutowireTest::testCoreControllerAutowiring | function | core/ |
Tests that core controllers are autowired where possible. |
AutowireTest::testCoreServiceAliases | function | core/ |
Tests that core services have aliases correctly defined where possible. |
autowire_test.info.yml | file | core/ |
core/modules/system/tests/modules/autowire_test/autowire_test.info.yml |
autowire_test.services.yml | file | core/ |
core/modules/system/tests/modules/autowire_test/autowire_test.services.yml |
BackendChainImplementationUnitTest | class | core/ |
Unit test of backend chain implementation specifics. |
BackendChainImplementationUnitTest.php | file | core/ |
|
BackendChainImplementationUnitTest::$chain | property | core/ |
Chain that will be heavily tested. |
BackendChainImplementationUnitTest::$firstBackend | property | core/ |
First backend in the chain. |
BackendChainImplementationUnitTest::$secondBackend | property | core/ |
Second backend in the chain. |
BackendChainImplementationUnitTest::$thirdBackend | property | core/ |
Third backend in the chain. |
BackendChainImplementationUnitTest::setUp | function | core/ |
|
BackendChainImplementationUnitTest::testDelete | function | core/ |
Tests that delete will propagate. |
BackendChainImplementationUnitTest::testDeleteAllPropagation | function | core/ |
Tests that the delete all operation is propagated to all chained backends. |
BackendChainImplementationUnitTest::testDeleteTagsPropagation | function | core/ |
Tests that the delete tags operation is propagated to all chained backends. |
BackendChainImplementationUnitTest::testGet | function | core/ |
Tests the get feature. |
BackendChainImplementationUnitTest::testGetHasPropagated | function | core/ |
Ensure get values propagation to previous backends. |
BackendChainImplementationUnitTest::testGetMultiple | function | core/ |
Tests the get multiple feature. |
BackendChainImplementationUnitTest::testGetMultipleHasPropagated | function | core/ |
Ensure get multiple values propagation to previous backends. |
BackendChainImplementationUnitTest::testRemoveBin | function | core/ |
Tests that removing bin propagates to all backends. |
BackendChainImplementationUnitTest::testSet | function | core/ |
Tests that set will propagate. |
BackendChainTest | class | core/ |
Unit test of the backend chain using the generic cache unit test base. |
BackendChainTest.php | file | core/ |
|
BackendChainTest::createCacheBackend | function | core/ |
Creates a cache backend to test. |
BackendCompilerPassTest | class | core/ |
@coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass @group DependencyInjection |
BackendCompilerPassTest.php | file | core/ |
|
BackendCompilerPassTest::$backendPass | property | core/ |
The tested backend compiler pass. |
BackendCompilerPassTest::getDriverTestMysqlContainer | function | core/ |
Creates a container with a DriverTestMysql database mock definition in it. |
BackendCompilerPassTest::getMysqlContainer | function | core/ |
Creates a container with a mysql database service definition in it. |
BackendCompilerPassTest::getSqliteContainer | function | core/ |
Creates a container with a sqlite database service in it. |
BackendCompilerPassTest::setUp | function | core/ |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.