You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2018. It is now read-only.
going around in the documentation I was looking for a way to set the whole environment from XML, so that I can just launch the executable and everything is already set up.
I wanted to have, for now, the output with the testdox enabled, so that name of the tests is inferred from the method name. I can do it from the command line, but I have not found a way to do the same from the XML configuration, is there a property that behaves the same as if i do:
phpunit --testdox <folder_with_tests>
Thanks for the great work!
The text was updated successfully, but these errors were encountered:
Simply replace 6.5 with the version number you are looking for. Simply replace en with fr, pt_br, ja, or zh_cn to access the French, Brazilian Portuguese, Japanese, or Simplified Chinese translation, respectively.
Starting with the documentation for PHPUnit 7.0, the PHPUnit documentation is hosted at https://phpunit.readthedocs.io/.
I am sorry that I have to close this issue here as GitHub does not support moving issues from one project to another. Please open a new ticket for this issue in one of the new issue trackers (see above).
Hello,
going around in the documentation I was looking for a way to set the whole environment from XML, so that I can just launch the executable and everything is already set up.
I wanted to have, for now, the output with the testdox enabled, so that name of the tests is inferred from the method name. I can do it from the command line, but I have not found a way to do the same from the XML configuration, is there a property that behaves the same as if i do:
Thanks for the great work!
The text was updated successfully, but these errors were encountered: