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

Run tests on PHPUnit 9 and clean up test suite #19

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

SimonFrings
Copy link
Contributor

No description provided.

@@ -29,6 +29,11 @@ function fds($path = '/dev/fd')
}
}
}
else {
Copy link
Owner

Choose a reason for hiding this comment

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

nit: CS

@@ -29,6 +29,11 @@ function fds($path = '/dev/fd')
}
}
}
else {
foreach ($fds as $i => $fd) {
$fds[$i] = (Int) $fd;
Copy link
Owner

Choose a reason for hiding this comment

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

nit: CS

Changes LGTM otherwise, perhaps adjust return type to int[] accordingly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed it 👍

@SimonFrings SimonFrings force-pushed the tests branch 5 times, most recently from 051ba38 to 297f2fa Compare July 30, 2020 11:06
Copy link
Owner

@clue clue left a comment

Choose a reason for hiding this comment

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

@SimonFrings Thanks for the update, changes LGTM! :shipit:

@clue clue merged commit 9ef7e53 into clue:master Jul 30, 2020
@clue clue added this to the v1.2.0 milestone Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants