UpdateSemverContribSecurityAvailabilityTest.php

Same filename in other branches
  1. 11.x core/modules/update/tests/src/Functional/UpdateSemverContribSecurityAvailabilityTest.php

Namespace

Drupal\Tests\update\Functional

File

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

View source
<?php

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


/**
 * Tests Update Manager with a security update available for a contrib project.
 *
 * @group update
 */
class UpdateSemverContribSecurityAvailabilityTest extends UpdateSemverContribTestBase {
    use UpdateSemverTestSecurityAvailabilityTrait;

}

Classes

Title Deprecated Summary
UpdateSemverContribSecurityAvailabilityTest Tests Update Manager with a security update available for a contrib project.

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