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

Panther tests interfering with Symfony dev server environment #650

Open
nacholibre opened this issue Dec 3, 2024 · 0 comments
Open

Panther tests interfering with Symfony dev server environment #650

nacholibre opened this issue Dec 3, 2024 · 0 comments

Comments

@nacholibre
Copy link

I always have the Symfony dev server symfony server:start -q running in the background during development. However, when I run PHPUnit tests with Panther, it connects to the already running dev server instead of starting its own server. As a result, the tests run in the dev environment instead of the test environment.

Is this the intended behavior?
Is there a way to run Panther tests in the test environment while keeping the Symfony dev server running in the dev environment without interference?

Thank you for your help!

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

No branches or pull requests

1 participant