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

Breadcrumb

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

function RequiresPhp::isRequiresPhp

@psalm-assert-if-true RequiresPhp $this

Overrides Metadata::isRequiresPhp

File

vendor/phpunit/phpunit/src/Metadata/RequiresPhp.php, line 36

Class

RequiresPhp
@psalm-immutable

Namespace

PHPUnit\Metadata

Code

public function isRequiresPhp() : bool {
    return true;
}
RSS feed
Powered by Drupal