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

adbrosaci / orm
92%

Build:
DEFAULT BRANCH: main
Repo Added 21 Apr 2026 08:14AM UTC
Token bFOrnP0uhhbbhXs9gs4VYigFmpIKgw3Ma regen
Build 1 Last
Files 139
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

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • main

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

Relevant lines Covered
Build:
Build:
4648 RELEVANT LINES 4284 COVERED LINES
5.42 HITS PER LINE
Source Files on main
  • Tree
  • List 139
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24711518635 main 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() wit... push 21 Apr 2026 08:14AM UTC Patrik Valenta github
92.17
See All Builds (1)

Badge your Repo: orm

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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