| 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. |
| 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. |
| BackendCompilerPassTest.php |
file |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
|
| BackendCompilerPassTest::$backendPass |
property |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
The tested backend compiler pass. |
| BackendCompilerPassTest::getDriverTestMysqlContainer |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
Creates a container with a DriverTestMysql database mock definition in it. |
| BackendCompilerPassTest::getMockDriverContainerWithDefaultBackendParameterArgumentAndDotPrefixedService |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
Creates a container with a database mock definition in it. |
| BackendCompilerPassTest::getMockDriverContainerWithNullDriverBackend |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
Creates a container with a database mock definition in it. |
| BackendCompilerPassTest::getMysqlContainer |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
Creates a container with a mysql database service definition in it. |
| BackendCompilerPassTest::getSqliteContainer |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
Creates a container with a sqlite database service in it. |
| BackendCompilerPassTest::setUp |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
|
| BackendCompilerPassTest::testProcess |
function |
core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php |
Tests the process method. |
| BackwardsCompatibilityClassLoaderTest |
class |
core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php |
Tests Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader. |
| BackwardsCompatibilityClassLoaderTest.php |
file |
core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php |
|
| BackwardsCompatibilityClassLoaderTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php |
Modules to install. |
| BackwardsCompatibilityClassLoaderTest::testDoctrineException |
function |
core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php |
Tests that the BC layer for Doctrine's AnnotationException works. |
| BackwardsCompatibilityClassLoaderTest::testModuleMovedClass |
function |
core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php |
Tests that a moved class from a module works. |
| BackwardsCompatibilityClassLoaderTest::testTranslationWrapper |
function |
core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php |
Tests that the bc layer for TranslationWrapper works. |
| BAlterHooks::testSubtypeAlter |
function |
core/modules/system/tests/modules/HookOrder/bbb_hook_order_test/src/Hook/BAlterHooks.php |
Implements hook_test_subtype_alter(). |
| BanAdminTest |
class |
core/modules/ban/tests/src/Unit/BanAdminTest.php |
Tests the BanAdmin form. |
| BanAdminTest.php |
file |
core/modules/ban/tests/src/Unit/BanAdminTest.php |
|
| BanAdminTest::getIpManagerMock |
function |
core/modules/ban/tests/src/Unit/BanAdminTest.php |
Get the mocked IP manager service. |