I use phpunit and webdriver. In my test.php file, I try to get the name of the testsuite from the phpunit.xml file.
<testsuites>
<testsuite name="myTestsuite">
<directory>./tests</directory>
</testsuite>
</testsuites>
Do you know, how can I access the testsuite name?
I don't think it's possible at the moment.
I created an issue in PHPUnit repository to discuss. https://github.com/sebastianbergmann/phpunit/issues/4468
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With