You are here

public function TestPendingDbUpdates::__construct in Automatic Updates 8

PendingDbUpdates constructor.

Parameters

\Drupal\Core\Update\UpdateRegistry $update_registry: The update registry.

Overrides PendingDbUpdates::__construct

File

tests/src/Kernel/ReadinessChecker/PendingDbUpdatesTest.php, line 43

Class

TestPendingDbUpdates
Class TestPendingDbUpdates.

Namespace

Drupal\Tests\automatic_updates\Kernel\ReadinessChecker

Code

public function __construct() {
}