Problem/Motivation

4x: Creation of dynamic property Drupal\Tests\paragraphs\FunctionalJavascript\ParagraphsStableEditPerspectivesUiTest::$admin_user is deprecated
1x in ParagraphsStableEditPerspectivesUiTest::testEditPerspectives from Drupal\Tests\paragraphs\FunctionalJavascript
1x in ParagraphsStableEditPerspectivesUiTest::testPerspectivesAddModesVisibility from Drupal\Tests\paragraphs\FunctionalJavascript
1x in ParagraphsStableEditPerspectivesUiTest::testTabsVisibility from Drupal\Tests\paragraphs\FunctionalJavascript
1x in ParagraphsStableEditPerspectivesUiTest::testPerspectivesWithMultipleFields from Drupal\Tests\paragraphs\FunctionalJavascript

2x: Creation of dynamic property Drupal\Tests\paragraphs\FunctionalJavascript\ParagraphsAddWidgetTest::$admin_user is deprecated
1x in ParagraphsAddWidgetTest::testAddWidgetButton from Drupal\Tests\paragraphs\FunctionalJavascript
1x in ParagraphsAddWidgetTest::testModalAddWidgetDelta from Drupal\Tests\paragraphs\FunctionalJavascript

1x: Creation of dynamic property Drupal\Tests\paragraphs_library\Functional\ParagraphsLibraryItemTranslationTest::$admin_user is deprecated
1x in ParagraphsLibraryItemTranslationTest::testLibraryItemTranslation from Drupal\Tests\paragraphs_library\Functional

1x: Creation of dynamic property Drupal\Tests\paragraphs\FunctionalJavascript\ParagraphsClientsideButtonsTest::$admin_user is deprecated
1x in ParagraphsClientsideButtonsTest::testAddParagraphAboveButton from Drupal\Tests\paragraphs\FunctionalJavascript

1x: Creation of dynamic property Drupal\Tests\paragraphs\FunctionalJavascript\ParagraphsWidgetElementsTest::$admin_user is deprecated
1x in ParagraphsWidgetElementsTest::testDragHandler from Drupal\Tests\paragraphs\FunctionalJavascript

CommentFileSizeAuthor
#3 3362358-3.patch4.7 KBkeshavv

Issue fork paragraphs-3362358

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

ankitv18 created an issue. See original summary.

keshavv’s picture

Status: Active » Needs review
StatusFileSize
new4.7 KB

I have created the patch and fixed the Dynamic property creating deprecation.
Please review.

berdir’s picture

Status: Needs review » Needs work

Classes extending from ParagraphsTestBase do not need this, they already inherit this property.

  • Berdir committed b04015dc on 8.x-1.x authored by ankitv18
    Issue #3362358 by ankitv18, keshavv: PHP 8.2 Deprecations: Dynamic...
berdir’s picture

Status: Needs work » Fixed

Updated the MR request with the only relevant change and opted in to PHP_MAX testing, all green, merged.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.