Closed xepozz closed 11 months ago
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Removal of the bootstrap
Attribute
The bootstrap
attribute, which was previously found in the phpunit.xml.dist
file, has been removed. This attribute used to dictate specific prerequisites before running a set of tests, but it's no longer needed in this application.
Deletion of tests/bootstrap.php
File
The tests/bootstrap.php
file, typically used for setting the testing environment up, is no longer in the codebase. This is in line with the removal of the bootstrap attribute mentioned above, making our testing setup simpler and cleaner.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
2639357
) 94.31% compared to head (49cc460
) 94.31%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.