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

Restore support for PSR-0-style test-classes (main/10.x) #5030

Merged
merged 3 commits into from Aug 13, 2022

Conversation

totten
Copy link
Contributor

@totten totten commented Aug 12, 2022

This is a forward-port of #5021 from 9.5 to main/10.x.

@codecov
Copy link

codecov bot commented Aug 13, 2022

Codecov Report

Merging #5030 (a6b188e) into main (0cab10b) will decrease coverage by 0.72%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #5030      +/-   ##
============================================
- Coverage     81.93%   81.21%   -0.73%     
+ Complexity     5700     5643      -57     
============================================
  Files           588      583       -5     
  Lines         14944    14726     -218     
============================================
- Hits          12245    11959     -286     
- Misses         2699     2767      +68     
Impacted Files Coverage Δ
src/Runner/TestSuiteLoader.php 97.29% <100.00%> (ø)
src/Util/Error/Error.php 0.00% <0.00%> (-100.00%) ⬇️
...Result/Subscriber/TestTriggeredErrorSubscriber.php 0.00% <0.00%> (-100.00%) ⬇️
...esult/Subscriber/TestTriggeredNoticeSubscriber.php 0.00% <0.00%> (-100.00%) ⬇️
...sult/Subscriber/TestTriggeredWarningSubscriber.php 0.00% <0.00%> (-100.00%) ⬇️
src/Event/Dispatcher/CollectingDispatcher.php 0.00% <0.00%> (-50.00%) ⬇️
src/Framework/Exception/Exception.php 64.28% <0.00%> (-35.72%) ⬇️
src/Event/Events/TestRunner/WarningTriggered.php 70.00% <0.00%> (-30.00%) ⬇️
src/Framework/ExceptionWrapper.php 66.66% <0.00%> (-27.28%) ⬇️
src/Util/Error/Handler.php 57.60% <0.00%> (-22.83%) ⬇️
... and 81 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sebastianbergmann sebastianbergmann merged commit e2ad67d into sebastianbergmann:main Aug 13, 2022
@sebastianbergmann
Copy link
Owner

Thank you!

@totten totten deleted the main-psr0 branch August 15, 2022 22:12
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.

None yet

2 participants