You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workflow specificity improved
This PR improves how our system responds to changes in our code. Certain less relevant files have been set to be ignored, meaning they won't trigger a full system operation when they are modified. This makes our development process more efficient by not wasting resources on insignificant changes.
Dependency and PHP version update
To ensure our application is up to date and secure, we've increased the minimum required PHP version to 7.3. Along with this, the 'phpunit/phpunit' dependency (one of the software's necessary components) has been updated to version ^9.6.
Refinements in Test Cases
Various test files have been updated to refine how they operate. One significant change is that the 'setUp' method across files now includes a return type declaration- a change that increases the clarity of what the method should return. Another significant change is the replacement of 'assertContains' assertions with 'assertStringContainsString'. This change enhances the precision of our testing system.
File Deletion and Changes
Unused files like 'tests/compatibility.php' have been removed, and any references to these files from others have also been adapted accordingly. This removal streamlines our codebase and avoids any potential confusions from outdated files.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.