Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
michael-grunder merged 1 commit into
developfrom
rework-test-includes
Jun 17, 2024
Merged

Update tests so they can run in php-cgi.#2508
michael-grunder merged 1 commit into
developfrom
rework-test-includes

Conversation

@michael-grunder

Copy link
Copy Markdown
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
@michael-grunder michael-grunder deleted the rework-test-includes branch June 17, 2024 18:46
@osevan

osevan commented Jun 18, 2024

Copy link
Copy Markdown

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?

2 participants