You are here

protected property UpdatePathTestBase::$zlibInstalled in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::zlibInstalled
  2. 9 core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php \Drupal\FunctionalTests\Update\UpdatePathTestBase::zlibInstalled

Flag to indicate whether zlib is installed or not.

Type: bool

File

core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php, line 95

Class

UpdatePathTestBase
Provides a base class for writing an update test.

Namespace

Drupal\FunctionalTests\Update

Code

protected $zlibInstalled = TRUE;