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

[2.x] Reorganize tests for simplicity. #76

Merged
merged 3 commits into from
Jun 11, 2024
Merged

Conversation

r-kujawa
Copy link
Contributor

What does this PR do? 🤖

Reorganizes driver specifi tests into their own namespace instead of class name.

How should this be tested? 🔬

Run phpunit.

Does this relate to any issue? 🔗

Closes #75

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.08%. Comparing base (7ea67f5) to head (9c8755c).

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x      #76      +/-   ##
============================================
+ Coverage     92.94%   93.08%   +0.14%     
  Complexity      193      193              
============================================
  Files            23       23              
  Lines           680      680              
============================================
+ Hits            632      633       +1     
+ Misses           48       47       -1     

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

@r-kujawa r-kujawa merged commit ec7b4fd into 2.x Jun 11, 2024
5 checks passed
@r-kujawa r-kujawa deleted the enhancement-75-driver_tests branch June 11, 2024 12:23
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.

Refactor driver tests by using the same class name, while name spacing instead.
2 participants