-
Notifications
You must be signed in to change notification settings - Fork 271
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
Deprecated configuration setting "selenium" used #346
Comments
Hi, from the new version of PHPUnit this configuration has been deprecated so we will target a separate XML file. Basically PHPUnit will not support anymore these project-specific XML tags. |
So, I take it I'm to delete |
This is a solution that would work, an additional XML configuration file is possible but I have doubts it's the most modern solution to configuration. |
Where is info about deprecation? (in docs) Here I couldn't find anything. I want to know, which way should be added that "external XML file" with selenium settings. |
No other external XML file is supported at the moment. PRs about a modern approach to configure the browsers are welcome, it does not need to be XML. |
I'm running
phpunit
with the followingphpunit.xml
:But it says:
@sebastianbergmann says "it's for you to figure out."
The text was updated successfully, but these errors were encountered: