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

Breadcrumb

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

function RequiresOperatingSystem::regularExpression

@psalm-return non-empty-string

File

vendor/phpunit/phpunit/src/Framework/Attributes/RequiresOperatingSystem.php, line 38

Class

RequiresOperatingSystem
@psalm-immutable

Namespace

PHPUnit\Framework\Attributes

Code

public function regularExpression() : string {
    return $this->regularExpression;
}
RSS feed
Powered by Drupal