You are here

protected static property ValidationTestTrait::$warningsExplanation in Automatic Updates 8.2

Expected explanation text when readiness checkers return warning messages.

Type: string

File

tests/src/Traits/ValidationTestTrait.php, line 24

Class

ValidationTestTrait
Common methods for testing validation.

Namespace

Drupal\Tests\automatic_updates\Traits

Code

protected static $warningsExplanation = 'Your site does not pass some readiness checks for automatic updates. Depending on the nature of the failures, it might affect the eligibility for automatic updates.';