You are here

public function PendingUpdatesValidatorTest::testNoPendingUpdates in Automatic Updates 8.2

Tests that no error is raised if there are no pending updates.

File

tests/src/Kernel/ReadinessValidation/PendingUpdatesValidatorTest.php, line 26

Class

PendingUpdatesValidatorTest
@covers \Drupal\automatic_updates\Validator\PendingUpdatesValidator

Namespace

Drupal\Tests\automatic_updates\Kernel\ReadinessValidation

Code

public function testNoPendingUpdates() : void {
  $this
    ->assertCheckerResultsFromManager([], TRUE);
}