Skip to content

Commit 78209f6

Browse files
committed
Ignore all data fixtures for Type tests
1 parent da459f3 commit 78209f6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ parameters:
1212
- drupal-autoloader.php
1313
- tests/src
1414
excludePaths:
15-
- tests/src/Type/data/entity-type-manager.php
15+
- tests/src/Type/data/*.php

tests/src/Type/DrupalClassResolverDynamicReturnTypeExtensionTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ public function dataFileAsserts(): iterable
1818

1919
/**
2020
* @dataProvider dataFileAsserts
21+
* @param string $assertType
22+
* @param string $file
23+
* @param mixed ...$args
2124
*/
2225
public function testFileAsserts(
2326
string $assertType,

0 commit comments

Comments
 (0)