You are here

service automatic_updates.minimum_php_version in Automatic Updates 8

Class

Drupal\automatic_updates\ReadinessChecker\MinimumPhpVersion

Tags

  • readiness_checker
1 string reference to automatic_updates.minimum_php_version
SupportedPhpVersionTest::testSupportedPhpVersion in tests/src/Kernel/ReadinessChecker/SupportedPhpVersionTest.php
Tests the functionality of supported PHP version readiness checks.

File

./automatic_updates.services.yml
automatic_updates.services.yml

View source
  1. class: Drupal\automatic_updates\ReadinessChecker\MinimumPhpVersion
  2. tags:
  3. - { name: readiness_checker, category: error }