UpdateSemverContribBaselineTest.php

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

Namespace

Drupal\Tests\update\Functional

File

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

View source
<?php

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


/**
 * Tests the Update Manager module with a contrib module with semver versions.
 *
 * @group update
 * @group #slow
 */
class UpdateSemverContribBaselineTest extends UpdateSemverContribTestBase {
    use UpdateSemverTestBaselineTrait;

}

Classes

Title Deprecated Summary
UpdateSemverContribBaselineTest Tests the Update Manager module with a contrib module with semver versions.

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