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

[1.x] Skip tests on Open Swoole that require mocking Open Swoole's Response class #429

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

nunomaduro
Copy link
Member

This pull request fixes the Octane's test suite by skipping tests - regarding Open Swoole workflow - that require to mock Open Swoole's Response class. The issue relies on mockery or phpunit not being able to mock that Open Swoole's Response class because of some weird eval error that tries to declare a function like so: public function header(): false;.

In addition, this pull request also removes the "continue-on-error" that we have added for Swoole with PHP 8.1.

@taylorotwell taylorotwell merged commit 56c357d into 1.x Nov 29, 2021
@taylorotwell taylorotwell deleted the chore/fixes-testing-with-openswoole branch November 29, 2021 14:25
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