UpdateSemverCoreBaselineTest.php

Same filename and directory in other branches
  1. 11.x core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php
  2. 10 core/modules/update/tests/src/Functional/UpdateSemverCoreBaselineTest.php

Namespace

Drupal\Tests\update\Functional

File

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

View source
<?php

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

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

/**
 * Tests semantic version handling in the Update Status module for Drupal core.
 */
class UpdateSemverCoreBaselineTest extends UpdateSemverCoreTestBase {
  use UpdateSemverTestBaselineTrait;

}

Classes

Title Deprecated Summary
UpdateSemverCoreBaselineTest Tests semantic version handling in the Update Status module for Drupal core.

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