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

Fix: Prevent inclusion of phpunit/phpunit in PHAR #342

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Conversation

localheinz
Copy link
Member

This pull request

  • prevents the inclusion of phpunit/phpunit in the compiled PHAR

Fixes #334.

@localheinz localheinz self-assigned this Oct 13, 2023
run: "composer remove phpiunit/phpunit --ansi --no-interaction --no-progress"
run: "composer remove phpunit/phpunit --ansi --no-interaction --no-progress"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alfredbez

🤦‍♂️

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the proof, that you're a human. Looking at your contributions I was actually questioning that already. Hope to also see you in person at some time

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @alfredbez!

Perhaps at the next PHPUnit code sprint?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding that to my calender, will check if my company can support me with that 👍

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #342 (0d57145) into main (e539866) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #342   +/-   ##
=========================================
  Coverage     94.64%   94.64%           
  Complexity       61       61           
=========================================
  Files            15       15           
  Lines           299      299           
=========================================
  Hits            283      283           
  Misses           16       16           

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

@localheinz localheinz merged commit 3f6eadb into main Oct 13, 2023
@localheinz localheinz deleted the fix/remove branch October 13, 2023 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHAR dependencies are not scoped yet
3 participants