User tests: Successful: Unsuccessful:
This PR changes the Joomla\CMS\Filesystem\File
class over to Joomla\Filesystem\File
where possible without any further changes. The remaining 12 files using the CMS class are using methods which aren't in the framework class or are in there differently.
Codereview
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
Category | ⇒ | Administration com_admin com_banners com_config com_finder com_joomlaupdate com_languages com_menus Installation Libraries Front End Plugins |
Status | New | ⇒ | Pending |
The used code in the File classes are identical.
Why are then the system tests failing on various places?
Labels |
Added:
PR-4.4-dev
|
I reverted one file which had also calls to File::getExt(). That makes this all pass again.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-04-03 12:58:35 |
Closed_By | ⇒ | laoneo |
Thanks!
This needs some proper testing as the system tests are crashing on various places. Really I would split this pr file by file and add proper testing instructions, just to be sure we do not break something.