| SuperUserAccessPolicyTest::setUp |
function |
core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php |
|
| SuperUserAccessPolicyTest::testAlterPermissions |
function |
core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php |
Tests the alterPermissions method. |
| SuperUserAccessPolicyTest::testApplies |
function |
core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php |
Tests applies. |
| SuperUserAccessPolicyTest::testCalculatePermissions |
function |
core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php |
Tests the calculatePermissions method. |
| SuperUserAccessPolicyTest::testGetPersistentCacheContexts |
function |
core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php |
Tests the getPersistentCacheContexts method. |
| SuperUserPermissionsTest |
class |
core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php |
Test case for getting all permissions as a super user. |
| SuperUserPermissionsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php |
|
| SuperUserPermissionsTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php |
Modules to install. |
| SuperUserPermissionsTest::$usesSuperUserAccessPolicy |
property |
core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php |
Set to TRUE to make user 1 a super user. |
| SuperUserPermissionsTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php |
|
| SuperUserPermissionsTest::testPermissionChange |
function |
core/tests/Drupal/KernelTests/Core/Session/SuperUserPermissionsTest.php |
Tests the super user access policy grants all permissions. |
| SupportedReleaseValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php |
Tests Drupal\package_manager\Validator\SupportedReleaseValidator. |
| SupportedReleaseValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php |
|
| SupportedReleaseValidatorTest::providerException |
function |
core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php |
Data provider for testException(). |
| SupportedReleaseValidatorTest::setUp |
function |
core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php |
|
| SupportedReleaseValidatorTest::testException |
function |
core/modules/package_manager/tests/src/Kernel/SupportedReleaseValidatorTest.php |
Tests exceptions when updating to unsupported or insecure releases. |
| SvgExtractorTest |
class |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
Tests Drupal\Core\Theme\Plugin\IconExtractor\SvgExtractor. |
| SvgExtractorTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
|
| SvgExtractorTest::$iconFinder |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
The IconFinder instance. |
| SvgExtractorTest::$pluginId |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
This test plugin id (icon pack id). |
| SvgExtractorTest::$svgExtractorPlugin |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
The SvgExtractor instance. |
| SvgExtractorTest::providerDiscoverIconsSvg |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
Data provider for ::testDiscoverIconsSvg(). |
| SvgExtractorTest::providerLoadIconSvg |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
Data provider for ::testLoadIconSvg(). |
| SvgExtractorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
|
| SvgExtractorTest::testDiscoverIconsRemoteIgnored |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
Test the SvgExtractor::discoverIcons() method with remote svg. |
| SvgExtractorTest::testDiscoverIconsSvg |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
Test the SvgExtractor::discoverIcons() method. |
| SvgExtractorTest::testLoadIconSvg |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
Test the SvgExtractor::loadIcon() method. |
| SvgExtractorTest::testLoadIconSvgInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgExtractorTest.php |
Test the SvgExtractor::loadIcon() method with invalid svg. |
| SvgSpriteExtractorTest |
class |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
Tests Drupal\Core\Theme\Plugin\IconExtractor\SvgSpriteExtractor. |
| SvgSpriteExtractorTest.php |
file |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
|
| SvgSpriteExtractorTest::$iconFinder |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
The IconFinder instance. |
| SvgSpriteExtractorTest::$pluginId |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
This test plugin id (icon pack id). |
| SvgSpriteExtractorTest::$svgSpriteExtractorPlugin |
property |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
The SvgSpriteExtractor instance. |
| SvgSpriteExtractorTest::providerDiscoverIconsSvgSprite |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
Data provider for ::testDiscoverIconsSvgSprite(). |
| SvgSpriteExtractorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
|
| SvgSpriteExtractorTest::testDiscoverIconsSvgSprite |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
Test the SvgSpriteExtractor::discoverIcons() method. |
| SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalid |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
Test the SvgSpriteExtractor::discoverIcons() method with invalid svg. |
| SvgSpriteExtractorTest::testDiscoverIconsSvgSpriteInvalidContent |
function |
core/tests/Drupal/Tests/Core/Theme/Icon/Plugin/SvgSpriteExtractorTest.php |
Test the SvgSpriteExtractor::discoverIcons() method with invalid content. |
| SymfonyMailerTest |
class |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
Tests Drupal\Core\Mail\Plugin\Mail\SymfonyMailer. |
| SymfonyMailerTest.php |
file |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
|
| SymfonyMailerTest::providerMail |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
Data provider for testMail(). |
| SymfonyMailerTest::testFormatResemblesHtml |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
Tests that mixed plain text and html body is converted correctly. |
| SymfonyMailerTest::testMail |
function |
core/tests/Drupal/Tests/Core/Mail/Plugin/Mail/SymfonyMailerTest.php |
Tests sending a mail with special characters in various fields. |
| SymlinkValidatorTest |
class |
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php |
Tests Symlink Validator. |
| SymlinkValidatorTest.php |
file |
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php |
|
| SymlinkValidatorTest::testAbsoluteSymlinks |
function |
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php |
Tests that symlinks with absolute paths are not supported. |
| SymlinkValidatorTest::testHardLinks |
function |
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php |
Tests that hard links are not supported. |
| SymlinkValidatorTest::testSymlinkPointingOutsideProjectRoot |
function |
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php |
Tests that relative symlinks cannot point outside the project root. |
| SymlinkValidatorTest::testSymlinkPointingOutsideStageDirectory |
function |
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php |
Tests that relative symlinks cannot point outside the stage directory. |
| SymlinkValidatorTest::testSymlinksNotAllowedOnWindows |
function |
core/modules/package_manager/tests/src/Kernel/SymlinkValidatorTest.php |
Tests that symlinks are not supported on Windows, even if they're safe. |