phpunit-arraysubset-asserts icon indicating copy to clipboard operation
phpunit-arraysubset-asserts copied to clipboard

Support PHPStan 1.7.0

Open simPod opened this issue 3 years ago • 0 comments
trafficstars

Current autoloading scheme is broken on phpstan 1.7.0 since it does not run code anymore (uses static reflection)

Specifically, it now reports Call to an undefined static method My\Ns\ATest::assertArraySubset() because this trait exists https://github.com/rdohms/phpunit-arraysubset-asserts/blob/master/src/ArraySubsetAssertsEmpty.php

simPod avatar May 23 '22 19:05 simPod