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 |
---|---|---|---|
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/ |
|
BackendCompilerPassTest::testProcess | function | core/ |
Tests the process method. |
BanAdminTest | class | core/ |
Tests the BanAdmin form. |
BanAdminTest.php | file | core/ |
|
BanAdminTest::getIpManagerMock | function | core/ |
Get the mocked IP manager service. |
BanAdminTest::getRequestStackMock | function | core/ |
Get a request stack with a dummy IP. |
BanAdminTest::providerIpValidation | function | core/ |
Data provider for testIpValidation(). |
BanAdminTest::testIpValidation | function | core/ |
Tests various user input to confirm correct validation. |
BanAdminTest::testRouteParameter | function | core/ |
Test passing an IP address as a route parameter. |
BanAdminTest::testSubmit | function | core/ |
Test form submission. |
BanIpTest | class | core/ |
@group ban |
BanIpTest.php | file | core/ |
|
BanIpTest::$modules | property | core/ |
Modules to install. |
BanIpTest::getIpBans | function | core/ |
Gets the IP bans. |
BanIpTest::setUp | function | core/ |
|
BanIpTest::testBanIp | function | core/ |
Test banning IPs. |
BanMiddlewareTest | class | core/ |
@coversDefaultClass \Drupal\ban\BanMiddleware @group ban |
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.