Problem/Motivation
------ -----------------------------------------------------------------------
Line modules/purview_unified_catalog_ui/src/Controller/UnifiedTermMetadata
Controller.php
------ -----------------------------------------------------------------------
207 Call to deprecated method renderPlain() of interface
Drupal\Core\Render\RendererInterface:
in drupal:10.3.0 and is removed from drupal:12.0.0. Use
\Drupal\Core\Render\RendererInterface::renderInIsolation() instead.
🪪 method.deprecated
------ -----------------------------------------------------------------------
------ -----------------------------------------------------------------------
Line tests/src/Unit/PurviewGovernanceDomainApiClientTest.php
------ -----------------------------------------------------------------------
71 Call to deprecated method isType() of class PHPUnit\Framework\Assert:
https://github.com/sebastianbergmann/phpunit/issues/6052
🪪 staticMethod.deprecated
71 Call to deprecated method isType() of class PHPUnit\Framework\Assert:
https://github.com/sebastianbergmann/phpunit/issues/6052
🪪 staticMethod.deprecated
------ -----------------------------------------------------------------------
Comments
Comment #2
smulvih2Pushed up changes to fix the remaining PHPStan issues, now all tests are passing.