UpdateSemverContribTestBase.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php |
|
UpdateSemverContribTestBase::$modules |
property |
core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php |
Modules to install. |
UpdateSemverContribTestBase::$projectTitle |
property |
core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php |
The title of the project being tested. |
UpdateSemverContribTestBase::$updateProject |
property |
core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php |
The project that is being tested. |
UpdateSemverContribTestBase::$updateTableLocator |
property |
core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php |
The CSS locator for the update table run asserts on. |
UpdateSemverContribTestBase::setProjectInstalledVersion |
function |
core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php |
Sets the project installed version. |
UpdateSemverContribTestBase::testUpdatesLegacyToSemver |
function |
core/modules/update/tests/src/Functional/UpdateSemverContribTestBase.php |
Tests updates from legacy versions to the semver versions. |
UpdateSemverCoreBaselineTest |
class |
core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php |
Tests semantic version handling in the Update Manager for Drupal core. |
UpdateSemverCoreBaselineTest.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php |
|
UpdateSemverCoreSecurityAvailabilityTest |
class |
core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php |
Tests Update Manager with a security update available for Drupal core. |
UpdateSemverCoreSecurityAvailabilityTest.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php |
|
UpdateSemverCoreSecurityCoverageTest |
class |
core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php |
Tests the security coverage messages for Drupal core versions. |
UpdateSemverCoreSecurityCoverageTest.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php |
|
UpdateSemverCoreSecurityCoverageTest::doTestSecurityCoverageMessage |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php |
Tests the security coverage messages for Drupal core versions. |
UpdateSemverCoreSecurityCoverageTest::securityCoverageMessageProvider |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php |
Data provider for testSecurityCoverageMessage(). |
UpdateSemverCoreSecurityCoverageTest::testSecurityCoverageMessage |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityCoverageTest.php |
Tests the security coverage messages for Drupal core versions. |
UpdateSemverCoreTest |
class |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
Tests edge cases of the Available Updates report UI. |
UpdateSemverCoreTest.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
|
UpdateSemverCoreTest::testBrokenThenFixedUpdates |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
Checks that Drupal recovers after problems connecting to update server. |
UpdateSemverCoreTest::testDatestampMismatch |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
Ensures proper results where there are date mismatches among modules. |
UpdateSemverCoreTest::testDevNoReleaseDate |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
Tests when a dev release does not have a date. |
UpdateSemverCoreTest::testFetchTasks |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
Tests that exactly one fetch task per project is created and not more. |
UpdateSemverCoreTest::testServiceUnavailable |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreTest.php |
Tests the Update Manager module when the update server returns 503 errors. |
UpdateSemverCoreTestBase |
class |
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php |
Base class for Update manager semantic versioning tests of Drupal core. |
UpdateSemverCoreTestBase.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php |
|
UpdateSemverCoreTestBase::$projectTitle |
property |
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php |
The title of the project being tested. |
UpdateSemverCoreTestBase::$updateProject |
property |
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php |
The project that is being tested. |
UpdateSemverCoreTestBase::$updateTableLocator |
property |
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php |
The CSS locator for the update table run asserts on. |
UpdateSemverCoreTestBase::setProjectInstalledVersion |
function |
core/modules/update/tests/src/Functional/UpdateSemverCoreTestBase.php |
Sets the project installed version. |
UpdateSemverTestBase |
class |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
Common setup and utility methods to test projects that use semver releases. |
UpdateSemverTestBase.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
|
UpdateSemverTestBase::$defaultTheme |
property |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
The theme to install as the default for testing. |
UpdateSemverTestBase::$modules |
property |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
Modules to install. |
UpdateSemverTestBase::$projectTitle |
property |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
The title of the project being tested. |
UpdateSemverTestBase::refreshUpdateStatus |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
Refreshes the update status based on the desired available update scenario. |
UpdateSemverTestBase::setProjectInstalledVersion |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
Sets the project installed version. |
UpdateSemverTestBase::setUp |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBase.php |
|
UpdateSemverTestBaselineTrait |
trait |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Provides test methods for semver tests shared between core and contrib. |
UpdateSemverTestBaselineTrait.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
|
UpdateSemverTestBaselineTrait::assertNoExtraVersion |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Asserts update table when there is no extra version. |
UpdateSemverTestBaselineTrait::testMajorExtraUpdateAvailable |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Tests when the major+1 is supported but not stable. |
UpdateSemverTestBaselineTrait::testMajorUpdateAvailable |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Tests the Update Manager module when major updates are available. |
UpdateSemverTestBaselineTrait::testNormalUpdateAvailable |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Tests the Update Manager module when one normal update is available. |
UpdateSemverTestBaselineTrait::testNoUpdatesAvailable |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Tests the Update Manager module when no updates are available. |
UpdateSemverTestBaselineTrait::testRevokedRelease |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Tests messages when a project release is unpublished. |
UpdateSemverTestBaselineTrait::testUnsupportedRelease |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestBaselineTrait.php |
Tests messages when a project release is marked unsupported. |
UpdateSemverTestSecurityAvailabilityTrait |
trait |
core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php |
Provides a test and data provider for semver security availability tests. |
UpdateSemverTestSecurityAvailabilityTrait.php |
file |
core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php |
|
UpdateSemverTestSecurityAvailabilityTrait::doTestSecurityUpdateAvailability |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php |
Tests the Update Manager module when a security update is available. |
UpdateSemverTestSecurityAvailabilityTrait::securityUpdateAvailabilityProvider |
function |
core/modules/update/tests/src/Functional/UpdateSemverTestSecurityAvailabilityTrait.php |
Data provider method for testSecurityUpdateAvailability(). |