Skip to content

Enhancement: Run phpunit/phpunit on GitHub Actions #2

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

Closed
wants to merge 1 commit into from

Conversation

localheinz
Copy link
Owner

This pull request

  • runs phpunit/phpunit on GitHub Actions

@localheinz localheinz force-pushed the feature/phpunit branch 4 times, most recently from f4ed441 to 0759dae Compare July 3, 2022 11:23
@localheinz localheinz closed this Jul 3, 2022
@localheinz localheinz deleted the feature/phpunit branch July 3, 2022 13:50
localheinz pushed a commit that referenced this pull request Jul 3, 2022
* .gitignore: Remove redundant entry

* Minor optimizations with ternary operators

* Use `const` instead of `define()` where appropriate

`const` is quite faster because of the compile-time optimizations. Because the replaced statements are not declaring constant conditionally, it's safe to use `const` in all of these places.

Closes phpGH-608.
@localheinz localheinz restored the feature/phpunit branch December 11, 2023 15:38
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.

1 participant