Skip to content

[12.x] Add test coverage for Process sequence with multiple env variables #55406

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

Conversation

roshandelpoor
Copy link
Contributor

This PR adds a new test case that verifies the interaction between process sequences and environment variables. The test ensures proper handling of multiple environment variables across sequential process executions.

Added testProcessWithMultipleEnvironmentVariablesAndSequences() to verify:

  • Multiple environment variables can be set and read in a single process
  • Process sequences return different values for the same environment variables
  • Environment variables are correctly passed to processes
  • Process sequences maintain state between calls

Related Issues

None

@roshandelpoor roshandelpoor changed the title [12.x] Process sequence with multiple env variables [12.x] Add test coverage for Process sequence with multiple env variables Apr 14, 2025
@taylorotwell taylorotwell merged commit c1fe481 into laravel:12.x Apr 15, 2025
59 checks passed
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