You are here

protected function TestPendingDbUpdates::areDbUpdatesPending in Automatic Updates 8

Checks if there are pending database updates.

Return value

bool TRUE if there are pending updates, otherwise FALSE.

Overrides PendingDbUpdates::areDbUpdatesPending

File

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

Class

TestPendingDbUpdates
Class TestPendingDbUpdates.

Namespace

Drupal\Tests\automatic_updates\Kernel\ReadinessChecker

Code

protected function areDbUpdatesPending() {
  return TRUE;
}