-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Running with --process-isolation breaks semantics of setUpBeforeClass() #8
Comments
That is the expected behavior for process isolation. |
OK, I see. How do you suggest to test cache that can make item depedent on presence/content of a constant? If
|
glensc
pushed a commit
to glensc/php-phpunit
that referenced
this issue
Oct 4, 2022
* replace travis with github actions Additionally: * php 8.x compat - trigger_error * php 8.x compat - JSON_ERROR_NONE * php 8.x compat - unsupported phpunit-token-stream lib Codeception/Codeception#6074 sebastianbergmann/php-token-stream@a853a0e * github actions - enable coverage for php 7.4 only
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With --process-isolation
setUpBeforeClass()
is not run before tests, but instead for each test.Expected output:
Actual output:
The text was updated successfully, but these errors were encountered: