You are here

protected property UpdatePathTestBase::$pendingUpdates in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/Update/UpdatePathTestBase.php \Drupal\system\Tests\Update\UpdatePathTestBase::pendingUpdates

Flag to indicate whether there are pending updates or not.

Type: bool

File

core/modules/system/src/Tests/Update/UpdatePathTestBase.php, line 108
Contains \Drupal\system\Tests\Update\UpdatePathTestBase.

Class

UpdatePathTestBase
Provides a base class for writing an update test.

Namespace

Drupal\system\Tests\Update

Code

protected $pendingUpdates = TRUE;