Closed rvanlaak closed 8 years ago
Yes is well known bug, I never have time to improve the phpunit.xml reader,
also because you can use ls
or find
like the bigger do: https://github.com/symfony/symfony/blob/2.7/.travis.yml#L41
Would you like to improve it?
I might, but maybe ask @sebastianbergmann for some hints and best practices first.
Which is the question you want to ask? Do you think an option could be use the PHPUnit suite iterator?
Well I think PHPUnit should be able to return all tests, and thereafter the fasterst iterator can be used to distribute those tests
:+1:
This would be particularly helpful for individuals who may have additional configuration in their phpunit.xml file (ex: coverage reports)
@ReservedDeveloper would you like to develop the extension?
I just proposed a PR in this regards.
Fastest is not able to open testsuite directories containing wildcard characters
An example of the wildcard containing xml file can be found a
symfony/symfony