phpstan-drupal
phpstan-drupal copied to clipboard
RenderCallbackRule: Check if method exists in trustedCallbacks
Resolves #561
😩
Internal error: Internal error: Method of class
Drupal\Tests\Core\Render\PlaceholdersTest cannot be used as the class
does not exist in file
/home/runner/work/_temp/drupal/core/tests/Drupal/Tests/Core/Render/PlaceholderGeneratorTest.php
That is because PlaceholdersTest
is in core/tests/Drupal/Tests/Core/Render/RendererTestBase.php
. The test class \Drupal\Tests\Core\Render\PlaceholderGeneratorTest
extends \Drupal\Tests\Core\Render\RendererTestBase
. But it's not brought into scope.