phpstan-drupal
phpstan-drupal copied to clipboard
fix #147 Magic properties for FieldItemListInterface not detected
Fix Magic properties for FieldItemListInterface not detected #147
Can we have a test? I'm concerned here as field item list implements that interface
Can we have a test? I'm concerned here as field item list implements that interface
I just renamed tests/src/EntityTestClass.php in tests/src/EntityTest.php
I think #244 fixed this. And the test class is outdated. I don't think the existing test coverage is perfect, and the existing test fixture has the same @todo comment, but I don't think it's being tested anymore. I've opened https://github.com/mglaman/phpstan-drupal/issues/723 to address this, which will hopefully uncover if https://github.com/mglaman/phpstan-drupal/issues/147 still exists.