- šØš¦Canada joseph.olstad
@Zombienaute managed to get the MR to pass on D10.0.1 / PHP 8.1, congrats!
I've triggered the PHP 8.2 tests with D10.0.1 now just to see how that's doing
- šØš¦Canada joseph.olstad
PHP 8.2 fixes needed, (easy to fix)
Missing $cron property, add it.
public $cron;
1x: Creation of dynamic property Drupal\Tests\linkchecker\Kernel\LinkcheckerRedirectTest::$cron is deprecated 1x in LinkcheckerRedirectTest::testLinkcheckerRedirect from Drupal\Tests\linkchecker\Kernel
Solution: Add a public property called $cron to LinkcheckerRedirectTest or it's parent class if that's easier
Missing $adminUser property, add it.
public $adminUser;
1x: Creation of dynamic property Drupal\Tests\linkchecker\Functional\LinkCheckerEditFormTest::$adminUser is deprecated 1x in LinkCheckerEditFormTest::testEditUrlWorks from Drupal\Tests\linkchecker\Functional
again in:
2x: Creation of dynamic property Drupal\Tests\linkchecker\Functional\LinkCheckerInterfaceTest::$admin_user is deprecated 1x in LinkCheckerInterfaceTest::testLinkCheckerCreateNodeWithBrokenLinks from Drupal\Tests\linkchecker\Functional 1x in LinkCheckerInterfaceTest::testLinkCheckerCreateBlockWithBrokenLinks from Drupal\Tests\linkchecker\Functional
again in
1x: Creation of dynamic property Drupal\Tests\linkchecker\Functional\LinkCheckerLinkExtractionStatusTest::$adminUser is deprecated 1x in LinkCheckerLinkExtractionStatusTest::testLinkCheckerStatusCorrect from Drupal\Tests\linkchecker\Functional
again in
1x: Creation of dynamic property Drupal\Tests\linkchecker\Functional\LinkCheckerLinkExtractionTest::$adminUser is deprecated 1x in LinkCheckerLinkExtractionTest::testLinkCheckerCreateNodeWithLinks from Drupal\Tests\linkchecker\Functional
again in
2x: Creation of dynamic property Drupal\Tests\linkchecker\Functional\LinkCheckerOverviewTest::$adminUser is deprecated 1x in LinkCheckerOverviewTest::testOverviewWorks from Drupal\Tests\linkchecker\Functional 1x in LinkCheckerOverviewTest::testOverViewWorksWithResultFilter from Drupal\Tests\linkchecker\Functional
again in
1x: Creation of dynamic property Drupal\Tests\linkchecker\FunctionalJavascript\LinkCheckerOverviewTest::$adminUser is deprecated 1x in LinkCheckerOverviewTest::testOverviewWorks from Drupal\Tests\linkchecker\FunctionalJavascript
-
VladimirAus ā
committed ccf4aa74 on 2.0.x
Issue #3271896 by eiriksm, acbramley, VladimirAus, Johnny Santos,...
-
VladimirAus ā
committed ccf4aa74 on 2.0.x
- š¦šŗAustralia VladimirAus Brisbane, Australia
Thanks everyone. š»
ā closed š Automated Drupal 10 compatibility fixes Closed: duplicate as duplicate
ā Branch 2.0.x is ready for D10 testing!@joseph.olstad probably good idea to create PHP 8.2 compatibility as a separate task. šāāļø
- Status changed to Fixed
almost 2 years ago 3:30am 23 January 2023 - šØš¦Canada joseph.olstad
Automatically closed - issue fixed for 2 weeks with no activity.