UpdateSemverContribSecurityAvailabilityTest.php
Same filename and directory in other branches
Namespace
Drupal\Tests\update\FunctionalFile
-
core/
modules/ update/ tests/ src/ Functional/ UpdateSemverContribSecurityAvailabilityTest.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 a contrib project.
*/
class UpdateSemverContribSecurityAvailabilityTest extends UpdateSemverContribTestBase {
use UpdateSemverTestSecurityAvailabilityTrait;
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| UpdateSemverContribSecurityAvailabilityTest | Tests Update Status 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.