Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PreserveGlobalState.php
function PreserveGlobalState::__construct
Same name in this branch
11.1.x vendor/phpunit/phpunit/src/Metadata/PreserveGlobalState.php
\PHPUnit\Metadata\PreserveGlobalState::__construct()
File
vendor/
phpunit/
phpunit/
src/
Framework/
Attributes/
PreserveGlobalState.php
, line 24
Class
PreserveGlobalState
@psalm-immutable
Namespace
PHPUnit\Framework\Attributes
Code
public
function
__construct
(bool
$enabled
) {
$this
->
enabled
=
$enabled
; }
RSS feed