| PermissionsPerBundleTest::testGrantPermissionsToAllBundlesExceptSome |
function |
core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php |
Tests granting permissions for all bundles except certain ones. |
| PermissionsPerBundleTest::testInvalidValue |
function |
core/tests/Drupal/KernelTests/Core/Recipe/PermissionsPerBundleTest.php |
Tests that there is an exception if the permission templates are invalid. |
| PermissionsTest |
class |
core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php |
Tests Drupal\user\Plugin\views\field\Permissions. |
| PermissionsTest |
class |
core/modules/system/tests/src/Kernel/PermissionsTest.php |
Tests Permissions. |
| PermissionsTest.php |
file |
core/modules/system/tests/src/Kernel/PermissionsTest.php |
|
| PermissionsTest.php |
file |
core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php |
|
| PermissionsTest::$modules |
property |
core/modules/system/tests/src/Kernel/PermissionsTest.php |
|
| PermissionsTest::setUp |
function |
core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php |
|
| PermissionsTest::testAccessContentPermission |
function |
core/modules/system/tests/src/Kernel/PermissionsTest.php |
Tests the 'access content' permission is provided by the System module. |
| PermissionsTest::testPreRenderNullEntity |
function |
core/modules/user/tests/src/Unit/Plugin/views/field/PermissionsTest.php |
Tests the preRender method when getEntity returns NULL. |
| PgsqlCastedIntFieldJoinTest |
class |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
Tests PostgreSQL specific cast handling. |
| PgsqlCastedIntFieldJoinTest.php |
file |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
|
| PgsqlCastedIntFieldJoinTest::$castingType |
property |
core/modules/pgsql/tests/src/Kernel/pgsql/Plugin/views/PgsqlCastedIntFieldJoinTest.php |
The db type that should be used for casting fields as integers. |
| pgsql_test.info.yml |
file |
core/modules/system/tests/modules/pgsql_test/pgsql_test.info.yml |
core/modules/system/tests/modules/pgsql_test/pgsql_test.info.yml |
| pgsql_test.install |
file |
core/modules/system/tests/modules/pgsql_test/pgsql_test.install |
|
| pgsql_test_schema |
function |
core/modules/system/tests/modules/pgsql_test/pgsql_test.install |
Implements hook_schema(). |
| PhpArrayContainerTest |
class |
core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php |
Tests Drupal\Component\DependencyInjection\PhpArrayContainer. |
| PhpArrayContainerTest.php |
file |
core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php |
|
| PhpArrayContainerTest::getCollection |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php |
Helper function to return a machine-optimized '@notation'. |
| PhpArrayContainerTest::getParameterCall |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php |
Helper function to return a service definition. |
| PhpArrayContainerTest::getServiceCall |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php |
Helper function to return a service definition. |
| PhpArrayContainerTest::setUp |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/PhpArrayContainerTest.php |
|
| PhpArrayDumperTest |
class |
core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php |
Tests Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper. |
| PhpArrayDumperTest.php |
file |
core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php |
|
| PhpArrayDumperTest::getCollection |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php |
|
| PhpArrayDumperTest::getParameterCall |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php |
|
| PhpArrayDumperTest::getServiceCall |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php |
|
| PhpArrayDumperTest::serializeDefinition |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php |
|
| PhpArrayDumperTest::setUp |
function |
core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php |
|
| PhpBackendTest |
class |
core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php |
Unit test of the PHP cache backend using the generic cache unit test base. |
| PhpBackendTest.php |
file |
core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php |
|
| PhpBackendTest::createCacheBackend |
function |
core/tests/Drupal/KernelTests/Core/Cache/PhpBackendTest.php |
Creates a new instance of MemoryBackend. |
| PhpExtensionsValidator::insideTest |
function |
core/modules/package_manager/src/Validator/PhpExtensionsValidator.php |
Whether this validator is running inside a test. |
| PhpExtensionsValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php |
Tests Php Extensions Validator. |
| PhpExtensionsValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php |
|
| PhpExtensionsValidatorTest::providerPhpExtensionsValidation |
function |
core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php |
Data provider for ::testPhpExtensionsValidation(). |
| PhpExtensionsValidatorTest::testPhpExtensionsValidation |
function |
core/modules/package_manager/tests/src/Kernel/PhpExtensionsValidatorTest.php |
Tests that PHP extensions' status are checked by Package Manager. |
| PhpMailTest |
class |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
Tests Drupal\Core\Mail\Plugin\Mail\PhpMail. |
| PhpMailTest.php |
file |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
|
| PhpMailTest::$configFactory |
property |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
The configuration factory. |
| PhpMailTest::$request |
property |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
The current request. |
| PhpMailTest::$requestStack |
property |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
The request stack. |
| PhpMailTest::createPhpMailInstance |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
Creates a mocked PhpMail object. |
| PhpMailTest::setUp |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
|
| PhpMailTest::testMail |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/PhpMailTest.php |
Tests sending a mail using a From address with a comma in it. |
| PhpPasswordArgon2idIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php |
Argon2id specific integration tests for the PHP password hashing service. |
| PhpPasswordArgon2idIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php |
|
| PhpPasswordArgon2idIntegrationTest::$passwordAlgorithm |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php |
|
| PhpPasswordArgon2idIntegrationTest::$passwordOptions |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php |
|
| PhpPasswordArgon2idIntegrationTest::testArgon2idHashing |
function |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php |
Tests that the argon2id password hashing algorithm is used. |