Unit/System Tests PR-6.0-dev Pending

User tests: Successful: Unsuccessful:

avatar rdeutz
rdeutz
25 Jun 2025

Summary of Changes

This PR changes the behaviour of the CI System. We use PHPStan but ignore the failue of it. This is not the best option for further development. PHPStan has a baseline option and with this file it allows to ignore current failures. But it will still fail when new failures are added to the system. This doesn't make the current code better but makes sure it doesn't get wrose.

Testing Instructions

After this change the build should be green even the phpstan step.

avatar rdeutz rdeutz - open - 25 Jun 2025
avatar rdeutz rdeutz - change - 25 Jun 2025
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 25 Jun 2025
Category Unit Tests Repository Administration com_admin SQL
avatar rdeutz rdeutz - change - 25 Jun 2025
Labels Added: Unit/System Tests PR-6.0-dev
avatar joomla-cms-bot joomla-cms-bot - change - 25 Jun 2025
Category Unit Tests Repository Administration com_admin SQL Unit Tests
avatar Hackwar
Hackwar - comment - 25 Jun 2025

The thing is that it also fails the whole PR when issues are fixed and are not part of the baseline anymore. Since we plan to fix lots of issues in 6.0 in regards to errors and JFactory in the near future, I'm hesitant to add this now.

avatar rdeutz
rdeutz - comment - 25 Jun 2025

I don't think it will fail when you fix things. But the amount of messages makes it close to impossible to find a new thing.

Add a Comment

Login with GitHub to post a comment