function ComponentTestDoesNotExtendCoreTest::__construct

Same name and namespace in other branches
  1. 11.x core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php \Drupal\PHPStan\Rules\ComponentTestDoesNotExtendCoreTest::__construct()

File

core/tests/PHPStan/Rules/ComponentTestDoesNotExtendCoreTest.php, line 28

Class

ComponentTestDoesNotExtendCoreTest
Ensures that no component tests are extending a core test base class.

Namespace

Drupal\PHPStan\Rules

Code

public function __construct(private ReflectionProvider $reflectionProvider) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.