Changes between Initial Version and Version 1 of Ticket #43316, comment 114
- Timestamp:
- 10/18/2018 10:40:23 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 114
initial v1 1 Some have set up a {{{<testsuite> }}} to control the file execution order, See e.g. https://stackoverflow.com/a/45323854/2078474 But then I assume the restapi tests would have to be separated from the default core tests in similar way as the multisite tests that uses it's own {{{tests/phpunit/multisite.xml}}} config. That config file would then need to be updated for each new restapi class?1 Some have set up a {{{<testsuite><file>file1</file><file>file2</file>...</testsuite>}}} to control the file execution order, See e.g. https://stackoverflow.com/a/45323854/2078474 But then I assume the restapi tests would have to be separated from the default core tests in similar way as the multisite tests that uses it's own {{{tests/phpunit/multisite.xml}}} config. That config file would then need to be updated for each new restapi class? 2 2 3 3 Some "is-it-friday-yet" filenames come to mind regarding alphabet filename ordering but I hope we are not going down that path :-)