8000 Update tests so they can run in php-cgi. by michael-grunder · Pull Request #2508 · phpredis/phpredis · GitHub
[go: up one dir, main page]

Skip to content

Update tests so they can run in php-cgi. #2508

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
Jun 17, 2024

Conversation

michael-grunder
Copy link
Member

This probably isn't a very common scenerio since we've never had someone ask it in a decade, but it was very simple to get them working.

Primarily we just needed to test for STDTOUT/STDERR and use __DIR__ instead of $_SERVER['PHP_SELF'].

Fixes #2507

This probably isn't a very common scenerio since we've never had someone
ask it in a decade, but it was very simple to get them working.

Primarily we just needed to test for `STDTOUT`/`STDERR` and use
`__DIR__` instead of `$_SERVER['PHP_SELF']`.

Fixes #2507
@michael-grunder michael-grunder merged commit b808cc6 into develop Jun 17, 2024
62 checks passed
@michael-grunder michael-grunder deleted the rework-test-includes branch June 17, 2024 18:46
@osevan
Copy link
osevan commented Jun 18, 2024

Thank you very much i will test as fast as possible

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.

how i can do these tests with TestRedis.php with php-cgi?
3495
2 participants
0