| 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 |
|
| PhpPasswordBcryptIntegrationTest::$passwordOptions |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordBcryptIntegrationTest.php |
|
| 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 |
|
| PhpPasswordUnknownAlgorithmIntegrationTest::$passwordOptions |
property |
core/tests/Drupal/KernelTests/Core/Password/PhpPasswordUnknownAlgorithmIntegrationTest.php |
|
| 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. |
| PhpRequirementTest.php |
file |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
|
| PhpRequirementTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
|
| PhpRequirementTest::setUp |
function |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
|
| PhpRequirementTest::testStatusPage |
function |
core/modules/system/tests/src/Functional/System/PhpRequirementTest.php |
Tests status report messages regarding the PHP version. |
| PhpStorageFactoryTest |
class |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the PHP storage factory. |
| PhpStorageFactoryTest.php |
file |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
|
| PhpStorageFactoryTest::setSettings |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Sets the Settings() singleton. |
| PhpStorageFactoryTest::setUp |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
|
| PhpStorageFactoryTest::testGetDefault |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the get() method using the 'default' settings. |
| PhpStorageFactoryTest::testGetNoSettings |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the get() method with no settings. |
| PhpStorageFactoryTest::testGetOverride |
function |
core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php |
Tests the get() method with overridden settings. |
| PhpStorageTestBase |
class |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
Base test for PHP storages. |
| PhpStorageTestBase.php |
file |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
|
| PhpStorageTestBase::$directory |
property |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
A unique per test class directory path to test php storage. |
| PhpStorageTestBase::additionalAssertCRUD |
function |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
Additional asserts to be run. |
| PhpStorageTestBase::assertCRUD |
function |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
Assert that a PHP storage's load/save/delete operations work. |
| PhpStorageTestBase::setUp |
function |
core/tests/Drupal/Tests/Component/PhpStorage/PhpStorageTestBase.php |
|
| PhpTransliterationTest |
class |
core/tests/Drupal/Tests/Core/Transliteration/PhpTransliterationTest.php |
Tests Transliteration component functionality. |
| PhpTransliterationTest |
class |
core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php |
Tests Transliteration component functionality. |