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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3362358-3.patch | 4.7 KB | keshavv |
Issue fork paragraphs-3362358
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
Comment #3
keshavv commentedI have created the patch and fixed the Dynamic property creating deprecation.
Please review.
Comment #4
berdirClasses extending from ParagraphsTestBase do not need this, they already inherit this property.
Comment #6
berdirUpdated the MR request with the only relevant change and opted in to PHP_MAX testing, all green, merged.