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

valkyrjaio / valkyrja-php / 31150170942
100%

Build:
DEFAULT BRANCH: 26.x
Ran 07 Aug 2026 05:20AM UTC
Jobs 1
Files 1182
Run time 2min
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

07 Aug 2026 05:18AM UTC coverage: 100.0%. Remained the same
31150170942

push

github

web-flow
[Container] feat!: Remove the implicit new-instance fallback (#1177)

# Description

Remove the container's implicit new-instance fallback and the
`InvalidReferenceMode` enum, so every service needs a binding. The
container
built a class that no binding described, which is the pattern
`CONTAINER_BINDINGS.md` rejects and step 3 of its migration path
removes.

Add `ViewOrkaServiceProvider`, because the Orka replacements were never
bound and
the renderer reads each one from the container. `ViewComponentProvider`
does not
register it, so an application that renders with `PhpRenderer` or
`TwigRenderer`
carries none of its records.

## Types of changes

- [ ] Improvement _(non-breaking change which improves code)_
- [ ] Bug fix _(non-breaking change which fixes an issue)_
- [ ] New feature _(non-breaking change which adds functionality)_
- [ ] Deprecation _(breaking change which removes functionality)_
- [x] Breaking change _(fix or feature that would cause existing
functionality to change)_
- [x] Documentation improvement

## Changes

- **`Container/Manager/Container.php`** — `get()` raises
`ContainerInvalidReferenceException` where nothing resolves the service
id.
- **`Container/Manager/Contract/ContainerContract.php`** — `get()` drops
the mode
  parameter.
- **`Container/Enum/InvalidReferenceMode.php`** — removed.
- **`View/Provider/ViewOrkaServiceProvider.php`** — new. Binds each
replacement
  that the default Orka config selects.
- **`Http/Server/Provider/HttpServerServiceProvider.php`** — binds
  `NoCacheResponseMiddleware`.
- **`Container/README.md`** — states that every service needs a binding.
- **`View/README.md`** — states that Orka needs
`ViewOrkaServiceProvider`.
- **`Event/README.md`** — states that a dispatch by class name needs a
binding.
- **`tests/Tests/Unit/View/Provider/OrkaServiceProviderTest.php`** —
new. Tests
  the Orka service provider.
- **`tests/Tests/Unit/…`** — the container, event, routing, middleware
handler,
  and provider te... (continued)

88 of 0 new or added lines in 0 files covered. (NaN%)

12763 of 12763 relevant lines covered (100.0%)

24.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31150170942.1 07 Aug 2026 05:20AM UTC 1182
100.0
GitHub Action Run
Source Files on build 31150170942
  • Tree
  • List 1182
  • Changed 4
  • Source Changed 4
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #31150170942
  • 2791e51a on github
  • Prev Build on 26.x (#31113442639)
  • Next Build on 26.x (#31150269722)
  • Delete
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