Skip to content

Fix Windows SKIPIF #14219

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

Merged
merged 1 commit into from
May 13, 2024
Merged

Fix Windows SKIPIF #14219

merged 1 commit into from
May 13, 2024

Conversation

nielsdos
Copy link
Member

PHP_OS_FAMILY never has the value WIN, for Windows platforms it is the string "Windows". As such, this test was never executed. Fix this.

PHP_OS_FAMILY never has the value WIN, for Windows platforms it is the
string "Windows". As such, this test was never executed. Fix this.
Copy link
Member

@TimWolla TimWolla left a comment

Choose a reason for hiding this comment

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

The new check appears to be consistent with other test files.

@nielsdos nielsdos merged commit 719fa46 into php:PHP-8.2 May 13, 2024
7 of 8 checks passed
nielsdos added a commit that referenced this pull request May 13, 2024
* PHP-8.2:
  Fix Windows SKIPIF (#14219)
nielsdos added a commit that referenced this pull request May 13, 2024
* PHP-8.3:
  Fix Windows SKIPIF (#14219)
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