Closed vjik closed 8 months ago
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ✔️ |
Breaks BC? | ❌ |
Enhancement in Configuration Customization The team has made updates to allow for setting a custom config merge plan file path, and specifying config and vendor directories in the Application Runner. This allows a much deeper level of configuration customization.
Test Addition for Configuration Tests have been added for the config merge plan file and config directory in the Application Runner Test file. This ensures the newly introduced feature works as expected.
New Properties Introduced in Application Runner
The Application Runner now has configDirectory
and vendorDirectory
. This gives additional control in specifying locations of config files which is helpful for maintaining organized codebases.
New Files in the Custom Config Directory
Files named test-merge-plan.php
, .merge-plan.php
, and params.php
have been added to the custom-config directory in the test space. These new files will further enable testing and validation of the application running phase.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
924f7c9
) to head (f5ef1e0
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.