| 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 |
The password algorithm to be used during this test. |
| PhpPasswordArgon2idIntegrationTest::$passwordOptions |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php |
The password options to be used during this test. |
| PhpPasswordArgon2idIntegrationTest::testArgon2idHashing |
function |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordArgon2idIntegrationTest.php |
Tests that the argon2id password hashing algorithm is used. |
| PhpPasswordBcryptIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php |
Bcrypt specific integration tests for the PHP password hashing service. |
| PhpPasswordBcryptIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php |
|
| PhpPasswordBcryptIntegrationTest::$passwordAlgorithm |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php |
The password algorithm to be used during this test. |
| PhpPasswordBcryptIntegrationTest::$passwordOptions |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php |
The password options to be used during this test. |
| PhpPasswordBcryptIntegrationTest::testBcryptHashing |
function |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php |
Tests that the bcrypt password hashing algorithm is used. |
| PhpPasswordDefaultIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php |
Integration tests for the PHP password hashing service. |
| PhpPasswordDefaultIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php |
|
| PhpPasswordDefaultIntegrationTest::testDefaultHashing |
function |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordDefaultIntegrationTest.php |
Tests that the default password hashing algorithm is used. |
| PhpPasswordTest |
class |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Unit tests for password hashing API. |
| PhpPasswordTest.php |
file |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
|
| PhpPasswordTest::$password |
property |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
The raw password. |
| PhpPasswordTest::$passwordHash |
property |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
The hashed password. |
| PhpPasswordTest::$passwordHasher |
property |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
The password hasher under test. |
| PhpPasswordTest::providerLongPasswords |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Provides the test matrix for testLongPassword(). |
| PhpPasswordTest::setUp |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
|
| PhpPasswordTest::testEmptyHash |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests password check in case provided hash is NULL. |
| PhpPasswordTest::testLongPassword |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Verifies that passwords longer than 512 bytes are not hashed. |
| PhpPasswordTest::testPasswordChecking |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests password hashing. |
| PhpPasswordTest::testPasswordNeedsUpdate |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests a password needs update. |
| PhpPasswordTest::testPasswordRehashing |
function |
core/tests/Drupal/Tests/Core/Password/PhpPasswordTest.php |
Tests password rehashing. |
| PhpPasswordUnknownAlgorithmIntegrationTest |
class |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php |
Integration tests for the PHP password hashing service. |
| PhpPasswordUnknownAlgorithmIntegrationTest.php |
file |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php |
|
| PhpPasswordUnknownAlgorithmIntegrationTest::$passwordAlgorithm |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php |
The password algorithm to be used during this test. |
| PhpPasswordUnknownAlgorithmIntegrationTest::$passwordOptions |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php |
The password options to be used during this test. |
| PhpPasswordUnknownAlgorithmIntegrationTest::testUnknownAlgorithmHashing |
function |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php |
Tests that the default password hashing algorithm is used. |
| PhpRequirementsTest |
class |
core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php |
Tests the \Drupal\Core\Utility\PhpRequirements class. |
| PhpRequirementsTest.php |
file |
core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php |
|
| PhpRequirementsTest::providerMinimumSupportedPhp |
function |
core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php |
Data provider for ::testMinimumSupportedPhp(). |
| PhpRequirementsTest::testMinimumSupportedPhp |
function |
core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php |
Tests the minimum supported PHP for valid scenarios. |
| PhpRequirementsTest::testPhpEolDates |
function |
core/tests/Drupal/Tests/Core/Utility/PhpRequirementsTest.php |
Ensures that PHP EOL dates are valid. |
| PhpRequirementTest |
class |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
Tests the output of PHP requirements on the status report. |