| SectionTest::testGetComponents |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get components. |
| SectionTest::testGetLayout |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get layout. |
| SectionTest::testGetThirdPartyProviders |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get third party providers. |
| SectionTest::testGetThirdPartySetting |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get third party setting. |
| SectionTest::testGetThirdPartySettings |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests get third party settings. |
| SectionTest::testInsertAfterComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component. |
| SectionTest::testInsertAfterComponentInvalidUuid |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component invalid uuid. |
| SectionTest::testInsertAfterComponentValidUuidRegionMismatch |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert after component valid uuid region mismatch. |
| SectionTest::testInsertComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert component. |
| SectionTest::testInsertComponentAppend |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert component append. |
| SectionTest::testInsertComponentInvalidDelta |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests insert component invalid delta. |
| SectionTest::testRemoveComponent |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests remove component. |
| SectionTest::testSetThirdPartySetting |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests set third party setting. |
| SectionTest::testUnsetThirdPartySetting |
function |
core/modules/layout_builder/tests/src/Unit/SectionTest.php |
Tests unset third party setting. |
| SecuredRedirectResponseTest |
class |
core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php |
Test secure redirect base class. |
| SecuredRedirectResponseTest.php |
file |
core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php |
|
| SecuredRedirectResponseTest::testRedirectCopy |
function |
core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php |
Tests copying of redirect response. |
| SecurityAdvisoriesFetcher::deleteStoredResponse |
function |
core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php |
Deletes the stored JSON feed response, if any. |
| SecurityAdvisoriesFetcherTest |
class |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests Drupal\system\SecurityAdvisories\SecurityAdvisoriesFetcher. |
| SecurityAdvisoriesFetcherTest.php |
file |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
|
| SecurityAdvisoriesFetcherTest::$errorMessages |
property |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
The error messages. |
| SecurityAdvisoriesFetcherTest::$history |
property |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
History of requests/responses. |
| SecurityAdvisoriesFetcherTest::$logErrorMessages |
property |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
The log error log messages. |
| SecurityAdvisoriesFetcherTest::$modules |
property |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Modules to install. |
| SecurityAdvisoriesFetcherTest::assertServiceAdvisoryLoggedErrors |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Asserts the expected error messages were logged. |
| SecurityAdvisoriesFetcherTest::getAdvisories |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Gets the advisories from the 'system.sa_fetcher' service. |
| SecurityAdvisoriesFetcherTest::log |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
|
| SecurityAdvisoriesFetcherTest::providerIgnoreAdvisories |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Data provider for testIgnoreAdvisories(). |
| SecurityAdvisoriesFetcherTest::providerShowAdvisories |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Data provider for testShowAdvisories(). |
| SecurityAdvisoriesFetcherTest::setExistingProjectVersion |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Sets the existing version of the project. |
| SecurityAdvisoriesFetcherTest::setFeedItems |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Sets the feed items to be returned for the test. |
| SecurityAdvisoriesFetcherTest::setTestFeedResponses |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Sets test feed responses. |
| SecurityAdvisoriesFetcherTest::setUp |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
|
| SecurityAdvisoriesFetcherTest::testHttpFallback |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests http fallback. |
| SecurityAdvisoriesFetcherTest::testIgnoreAdvisories |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests advisories that should be ignored. |
| SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests that the stored advisories response is deleted on interval decrease. |
| SecurityAdvisoriesFetcherTest::testInvalidJsonResponse |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests that invalid JSON feed responses are not stored. |
| SecurityAdvisoriesFetcherTest::testNoHttpFallback |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests no http fallback. |
| SecurityAdvisoriesFetcherTest::testShowAdvisories |
function |
core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php |
Tests contrib advisories that should be displayed. |
| SecurityAdvisoryTest |
class |
core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php |
Tests Drupal\system\SecurityAdvisories\SecurityAdvisory. |
| SecurityAdvisoryTest |
class |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
Tests of security advisories functionality. |
| SecurityAdvisoryTest.php |
file |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
|
| SecurityAdvisoryTest.php |
file |
core/modules/system/tests/src/Unit/SecurityAdvisories/SecurityAdvisoryTest.php |
|
| SecurityAdvisoryTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
The theme to install as the default for testing. |
| SecurityAdvisoryTest::$invalidJsonEndpoint |
property |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
A test PSA endpoint that returns invalid JSON. |
| SecurityAdvisoryTest::$modules |
property |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
Modules to install. |
| SecurityAdvisoryTest::$nonWorkingEndpoint |
property |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
A non-working test PSA endpoint. |
| SecurityAdvisoryTest::$tempStore |
property |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
The key/value store. |
| SecurityAdvisoryTest::$user |
property |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
A user with permission to administer site configuration and updates. |
| SecurityAdvisoryTest::$workingEndpointMixed |
property |
core/modules/system/tests/src/Functional/SecurityAdvisories/SecurityAdvisoryTest.php |
A test PSA endpoint that will display both PSA and non-PSA advisories. |