Closed alexandre-daubois closed 3 days ago
It is easier to find all tests where Windows is required, as self::markTestSkipped() messages are not 100% consistent across all calls. Also it should be better for PHPUnit so it doesn't have to start executing the test to skip it.
self::markTestSkipped()
Thanks @alexandre-daubois
It is easier to find all tests where Windows is required, as
self::markTestSkipped()
messages are not 100% consistent across all calls. Also it should be better for PHPUnit so it doesn't have to start executing the test to skip it.