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 unit tests in master branch - unit tests library issue #141

Merged
merged 2 commits into from May 1, 2023

Conversation

grogy
Copy link
Member

@grogy grogy commented May 1, 2023

I changed description ~15min after creating a PR. PR solve 2 issues:

1. issue with Nette Tester
Is necesary setup library for PHP unit tests.

Library Nette Tester is used of 1.x version (on master branch).
An error in Nette Tester is the reason for failing unit tests.

This PR will not be pushed to develop branch. It used PHPUnit library.

2. issue with incorrect property name
Second commit resolve issue with missing property. Mistake comes from https://github.com/JakubOnderka/PHP-Parallel-Lint/pull/94/files#diff-0f72a4d5de7cb5a661be1a8151dc9a3c0c38d7dd00b005f0c1ce39082021872aR61 that is a typo.

Is necesary setup library for PHP unit tests.
@grogy grogy requested a review from jrfnl May 1, 2023 15:50
@jrfnl jrfnl added this to the 1.3.x Next milestone May 1, 2023
Copy link
Collaborator

@jrfnl jrfnl left a comment

Choose a reason for hiding this comment

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

✅ LGTM

For the record: the fix in the second commit was previously already commited via PR #102, which was pulled to develop. That fix wasn't backported to the master branch, while it probably should have been.

@jrfnl jrfnl merged commit 1b6c38d into master May 1, 2023
15 checks passed
@jrfnl jrfnl deleted the nette-tester-setup branch May 1, 2023 16:20
@grogy
Copy link
Member Author

grogy commented May 2, 2023

Thank you. Do you have right. I missed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants