phpunit-arraysubset-asserts
phpunit-arraysubset-asserts copied to clipboard
Support PHPStan 1.7.0
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