- Issue created by @drunken monkey
- Merge request !42Resolve #3500723: Fix deprecated methods referenced in TestExposedForm → (Open) created by drunken monkey
The \Drupal\Core\Render\Element\RenderElement
used by our TestExposedForm
class (which in turn is used by ViewsTest::testFormAltering()
) has been deprecated since Drupal 10.3. We should therefore guard its use with DeprecationHelper::backwardsCompatibleCall()
.
Active
1.0
Tests