Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. BackupStaticProperties.php

function BackupStaticProperties::__construct

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Framework/Attributes/BackupStaticProperties.php \PHPUnit\Framework\Attributes\BackupStaticProperties::__construct()

@psalm-param 0|1 $level

Overrides Metadata::__construct

File

vendor/phpunit/phpunit/src/Metadata/BackupStaticProperties.php, line 24

Class

BackupStaticProperties
@psalm-immutable

Namespace

PHPUnit\Metadata

Code

protected function __construct(int $level, bool $enabled) {
    parent::__construct($level);
    $this->enabled = $enabled;
}
RSS feed
Powered by Drupal