[php-langspec][PR #244] - Improve portability of the test suite
[email protected] Sun, 15 Mar 2020 21:40:52 +0000
| Newsgroups | php.standards |
|---|---|
| Message-ID | <[email protected]> |
You can view the Pull Request on github: https://github.com/php/php-langspec/pull/244 Opened By: cmb69 Pull Request Description: As it is now, the test suite is barely useful on Windows; besides the three tests that are currently failing on Travis, additional 44 are failing there. This is mostly due to hard-coded directory separators, but also a few other reasons. These changes brings that down to four additional failures.