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

Breadcrumb

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

function DataProviderDeclarationRule::__construct

File

vendor/phpstan/phpstan-phpunit/src/Rules/PHPUnit/DataProviderDeclarationRule.php, line 38

Class

DataProviderDeclarationRule
@implements Rule<Node\Stmt\ClassMethod>

Namespace

PHPStan\Rules\PHPUnit

Code

public function __construct(DataProviderHelper $dataProviderHelper, bool $checkFunctionNameCase, bool $deprecationRulesInstalled) {
    $this->dataProviderHelper = $dataProviderHelper;
    $this->checkFunctionNameCase = $checkFunctionNameCase;
    $this->deprecationRulesInstalled = $deprecationRulesInstalled;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal