Skip to content

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

Merged
clue merged 1 commit into
clue:masterfrom
SimonFrings:tests
Jul 30, 2020
Merged

Run tests on PHPUnit 9 and clean up test suite#19
clue merged 1 commit into
clue:masterfrom
SimonFrings:tests

Conversation

@SimonFrings

Copy link
Copy Markdown
Contributor

No description provided.

Comment threadsrc/Io/functions.php Outdated
}
}
}
else {

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

nit: CS

Comment threadsrc/Io/functions.php Outdated
}
else {
foreach ($fds as $i => $fd) {
$fds[$i] = (Int) $fd;

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Changed it 👍

@SimonFrings
SimonFringsforce-pushed the tests branch 5 times, most recently from 051ba38 to 297f2faCompareJuly 30, 2020 11:06

@clueclue left a comment

Copy link
Copy Markdown
Owner

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:masterJul 30, 2020
@clueclue added this to the v1.2.0 milestone Oct 23, 2020
Sign up for freeto 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.

2 participants

@SimonFrings@clue