You are here

public function TestChecker1::__construct in Automatic Updates 8.2

Creates a TestChecker object.

Parameters

\Drupal\Core\State\StateInterface $state: The state service.

File

tests/modules/automatic_updates_test/src/ReadinessChecker/TestChecker1.php, line 33

Class

TestChecker1
A test readiness checker.

Namespace

Drupal\automatic_updates_test\ReadinessChecker

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}