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

PHPOffice / PHPPresentation / 32711082632
93%

Build:
DEFAULT BRANCH: master
Ran 24 Aug 2026 09:23AM UTC
Jobs 1
Files 141
Run time 1min
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

24 Aug 2026 09:21AM UTC coverage: 92.436%. Remained the same
32711082632

push

github

web-flow
PowerPoint2007 Reader : Read a text run that was written without properties (#914)

* Added support for loading text run without properties

* Guard the text of a run that has no properties, and pin both with tests

The run is now made before `a:rPr` is looked at, which also moved `setText()`
out from under that guard -- so a run without `a:t`, which the schema forbids
but files carry anyway, reached `$oSubSubElement->nodeValue` on null. Look for
the text rather than assume it.

The tests write a deck, take `a:rPr` (or `a:t`) back out of the archive and read
it again, so neither needs a binary fixture. Keynote is the export that hits
this: one of its slides carries runs with text and no `a:rPr` at all, and every
one of them was read as nothing.

The seven `is_object()` checks in the rewritten block are now
`instanceof DOMElement` -- what the other ninety-four checks in this file use,
and what `getElement()` promises.

---------

Co-authored-by: Phil Wilkinson <phil.wilkinson@gomolearning.com>

10 of 10 new or added lines in 1 file covered. (100.0%)

10339 of 11185 relevant lines covered (92.44%)

51.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32711082632.1 24 Aug 2026 09:23AM UTC 141
92.44
GitHub Action Run
Source Files on build 32711082632
  • Tree
  • List 141
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3848ad3c on github
  • Prev Build on master (#32709271677)
  • Next Build on master (#32722828734)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc