UpdateSemverCoreSecurityAvailabilityTest.php

Namespace

Drupal\Tests\update\Functional

File

core/modules/update/tests/src/Functional/UpdateSemverCoreSecurityAvailabilityTest.php

View source
<?php

declare (strict_types=1);
namespace Drupal\Tests\update\Functional;

use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;

/**
 * Tests Update Status with a security update available for Drupal core.
 */
class UpdateSemverCoreSecurityAvailabilityTest extends UpdateSemverCoreTestBase {
  use UpdateSemverTestSecurityAvailabilityTrait;

}

Classes

Title Deprecated Summary
UpdateSemverCoreSecurityAvailabilityTest Tests Update Status with a security update available for Drupal core.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.