Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove test bootstrap file #181

Merged
merged 1 commit into from
Dec 25, 2023
Merged

Remove test bootstrap file #181

merged 1 commit into from
Dec 25, 2023

Conversation

xepozz
Copy link
Member

@xepozz xepozz commented Dec 25, 2023

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

Copy link

what-the-diff bot commented Dec 25, 2023

PR Summary

  • 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.

Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2639357) 94.31% compared to head (49cc460) 94.31%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #181   +/-   ##
=========================================
  Coverage     94.31%   94.31%           
  Complexity      340      340           
=========================================
  Files            40       40           
  Lines           915      915           
=========================================
  Hits            863      863           
  Misses           52       52           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@xepozz xepozz merged commit 814ca67 into master Dec 25, 2023
18 checks passed
@xepozz xepozz deleted the remove-bootstrap branch December 25, 2023 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants