Unverified Commit 0247f921 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3240960 by andypost:...

Issue #3240960 by andypost: \Drupal\KernelTests\Core\Render\Element\ActionsTest::getFormId() causes deprecations on PHP 8.1
parent 02234969
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@ class ActionsTest extends KernelTestBase implements FormInterface {
   * {@inheritdoc}
   */
  public function getFormId() {
    return __CLASS__;
  }

  /**