PR-5.2-dev Pending

User tests: Successful: Unsuccessful:

avatar Hackwar
Hackwar
23 May 2024

Summary of Changes

The call to Factory::getDbo() is deprecated. This PR replaces that with calls to the DI container.

Testing Instructions

Codereview

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

avatar Hackwar Hackwar - open - 23 May 2024
avatar Hackwar Hackwar - change - 23 May 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 23 May 2024
Category Administration com_admin com_associations com_banners com_categories com_config com_contact com_content com_contenthistory com_fields com_finder com_installer com_languages com_login com_menus com_modules com_newsfeeds com_plugins com_redirect com_templates
avatar Hackwar Hackwar - change - 23 May 2024
Labels Added: PR-5.2-dev
avatar richard67
richard67 - comment - 23 May 2024

@Hackwar I think unit tests are failing at places where the isMariaDb method of the MySQL drivers are used because this method is not part of the database interface.

Update: It seems unit tests are failing for a different reason. The isMariaDb method we use only in file installation/src/Helper/DatabaseHelper.php.

Add a Comment

Login with GitHub to post a comment