/**
  * Constructs an UpdatePathTestCase object.
  *
  * @param $test_id
  *   (optional) The ID of the test. Tests with the same id are reported
  *   together.
  */
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->zlibInstalled = function_exists('gzopen');
     // Set the update url.
     $this->updateUrl = Url::fromRoute('system.db_update');
 }
 /**
  * Constructs an UpdatePathTestCase object.
  *
  * @param $test_id
  *   (optional) The ID of the test. Tests with the same id are reported
  *   together.
  */
 function __construct($test_id = NULL)
 {
     parent::__construct($test_id);
     $this->zlibInstalled = function_exists('gzopen');
 }