RTC PHP 8.x PR-5.0-dev Pending

User tests: Successful: Unsuccessful:

avatar alikon
alikon
3 Dec 2023

Pull Request for Issue #42436 .

Summary of Changes

declare $clientId

Testing Instructions

Install Joomla via CLI with PHP 8.x

php installation/joomla.php install --site-name="My Site name" --admin-user="Some name" --admin-username="admin" --admin-password="qwertyuiop123" --admin-email="your@emailaddress.nl" --db-type="mysqli" --db-host="localhost" --db-user="root" --db-pass="" --db-name="demoDB" --db-prefix="demo_" --db-encryption="0"

Actual result BEFORE applying this Pull Request

Deprecated: Creation of dynamic property Joomla\CMS\Installation\Application\CliInstallationApplication::$clientId is deprecated in ...\installation\src\Application\CliInstallationApplication.php on line 107

Expected result AFTER applying this Pull Request

no more deprecation

Link to documentations

Please select:

  • Documentation link for docs.joomla.org:

  • No documentation changes for docs.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar alikon alikon - open - 3 Dec 2023
avatar alikon alikon - change - 3 Dec 2023
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 3 Dec 2023
Category Installation
avatar RickR2H
RickR2H - comment - 4 Dec 2023

Thanks for the PR @alikon Maybe line 115: $this->clientId = 2; can be removed instead?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42451.

avatar RickR2H RickR2H - change - 6 Dec 2023
Status Pending Ready to Commit
avatar RickR2H
RickR2H - comment - 6 Dec 2023

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42451.

avatar bembelimen
bembelimen - comment - 12 Dec 2023

Although the fix looks good, why is this RTC without two tests?

avatar RickR2H
RickR2H - comment - 12 Dec 2023

Issue trackers shows 2 successful tests though... https://issues.joomla.org/tracker/joomla-cms/42451

avatar bembelimen bembelimen - change - 13 Dec 2023
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2023-12-13 14:15:08
Closed_By bembelimen
Labels Added: RTC PHP 8.x PR-5.0-dev
avatar bembelimen bembelimen - close - 13 Dec 2023
avatar bembelimen bembelimen - merge - 13 Dec 2023
avatar bembelimen
bembelimen - comment - 13 Dec 2023

Thx

avatar alexandreelise
alexandreelise - comment - 31 Dec 2023

Add a Comment

Login with GitHub to post a comment