Implement DataProviderDataRule #398
Annotations
7 errors
|
|
|
tests/Rules/PHPUnit/DataProviderDataRuleTest.php#L38
Accessing PHPStan\Rules\Methods\CallMethodsRule::class is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
|
|
tests/Rules/PHPUnit/DataProviderDataRuleTest.php#L30
Creating new PHPStan\Rules\PHPUnit\DataProviderHelper is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
|
|
tests/Rules/PHPUnit/DataProviderDataRuleTest.php#L26
Creating new PHPStan\Rules\PHPUnit\TestMethodsHelper is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
|
|
tests/Rules/PHPUnit/DataProviderDataRuleTest.php#L25
Creating new PHPStan\Rules\PHPUnit\DataProviderDataRule is not covered by backward compatibility promise. The class might change in a minor PHPStan version.
|
|
tests/Rules/PHPUnit/DataProviderDataRuleTest.php#L24
Parameter #1 $rules of class PHPStan\Testing\CompositeRule constructor expects array<PHPStan\Rules\Rule<PhpParser\Node>>, array{PHPStan\Rules\PHPUnit\DataProviderDataRule, PHPStan\Rules\Methods\CallMethodsRule} given.
|
|
src/Rules/PHPUnit/DataProviderDataRule.php#L87
Although PHPStan\Reflection\Php\PhpMethodFromParserNodeReflection is covered by backward compatibility promise, this instanceof assumption might break because it's not guaranteed to always stay the same.
|
The logs for this run have expired and are no longer available.
Loading