• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Yoast / PHPUnit-Polyfills / 8572169485 / 17
95%
3.x: 98%

Build:
Build:
LAST BUILD BRANCH: 5.x
DEFAULT BRANCH: 3.x
Ran 05 Apr 2024 03:31PM UTC
Files 37
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Apr 2024 03:30PM UTC coverage: 65.297% (-0.1%) from 65.438%
8572169485.17

Pull #164

github

jrfnl
AssertIgnoringLineEndings: fix compatibility with PHPUnit 8/9/10 PHAR files

PHPUnit 8.5..38, 9.6.19 and 10.5.17 contain a change in the PHAR files. In particular, a change in how external dependencies included in the packaged PHAR files are prefixed to prevent conflicts with potentially Composer installed dependencies on the same packages.

In practice, the prefix for these external dependencies which is being added when the PHAR is being build has changed from `PHPUnit\\` to `PHPUnitPHAR\\`.

This impacts the `AssertIgnoringLineEndings` polyfill which uses the `SebastianBergmann\Exporter\Exporter` class from the external `Exporter` dependency.

This commit fixes the issue.

Refs:
* https://github.com/sebastianbergmann/phpunit/releases/tag/8.5.38
* https://github.com/sebastianbergmann/phpunit/releases/tag/9.6.19
* https://github.com/sebastianbergmann/phpunit/releases/tag/10.5.17
Pull Request #164: AssertIgnoringLineEndings: fix compatibility with PHPUnit 8/9/10 PHAR files

429 of 657 relevant lines covered (65.3%)

5.66 hits per line

Source Files on job php-5.6-phpunit-auto - 8572169485.17
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8572169485
  • baff7b53 on github
  • Prev Job for on feature/support-phpunit-8.5.38-9.6.19_-10.5.17 (#8570966281.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc