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

adbrosaci / orm / 24711518635
92%

Build:
DEFAULT BRANCH: main
Ran 21 Apr 2026 08:14AM UTC
Jobs 5
Files 139
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

16 Apr 2026 08:51PM UTC coverage: 92.169%. First build
24711518635

push

github

Patrik Valenta
fix(TestHelper): avoid premature null-init of non-nullable wrapped properties in EntityCreator

EntityCreator::fill() called $entity->getProperty($key) for every wrapped
property to detect IRelationshipCollection. This triggered initProperty()
with a null raw value before the user-supplied value from $params was
applied, causing NullValueException for non-nullable properties using
value wrappers (e.g. DateTimeWrapper on a non-nullable createdAt).

Restrict the getProperty() call to collection relationships
(ONE_HAS_MANY, MANY_HAS_MANY) — the only ones backed by
IRelationshipCollection — using metadata instead of instantiating the
wrapper. Non-collection wrapped properties are now initialized directly
via setReadOnlyValue() with the supplied value.

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

4284 of 4648 relevant lines covered (92.17%)

5.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-8.1 - 24711518635.1 21 Apr 2026 08:14AM UTC 139
92.02
GitHub Action Run
2 run-8.5 - 24711518635.2 21 Apr 2026 08:14AM UTC 139
91.92
GitHub Action Run
3 run-8.2 - 24711518635.3 21 Apr 2026 08:14AM UTC 139
91.88
GitHub Action Run
4 run-8.4 - 24711518635.4 21 Apr 2026 08:14AM UTC 139
91.84
GitHub Action Run
5 run-8.3 - 24711518635.5 21 Apr 2026 08:14AM UTC 139
91.89
GitHub Action Run
Source Files on build 24711518635
  • Tree
  • List 139
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b91b18fe on github
  • Delete
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