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

valkyrjaio / valkyrja-starter-app-php / 30728461340
100%

Build:
DEFAULT BRANCH: 26.x
Ran 02 Aug 2026 02:14AM UTC
Jobs 1
Files 33
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

02 Aug 2026 02:12AM UTC coverage: 100.0%. Remained the same
30728461340

push

github

web-flow
[TestCase] fix: Stop passing the removed env argument (#219)

# Description

The framework removes `Valkyrja\Application\Env\Env` in
valkyrjaio/valkyrja-php#1109. The entry points drop their `$env`
parameter with
it. This pull request stops the starter app from passing that argument.

`app/tests/Tests/Functional/Abstract/TestCase.php` calls
`App::app(env: new Env(), config: new Config())`. After the framework
release
that call raises `Error: Unknown named parameter $env`.

The other entry points in this repository already pass `config:` only,
so this
one file is the whole change:

- `app/public/index.php`
- `app/bin/franken-worker.php`
- `app/bin/roadrunner-worker.php`

Note that no test currently extends this abstract test case. It is
scaffolding
for an application developer who writes functional tests, so this pull
request
repairs it rather than deletes it.

## Warning: this pull request is blocked

The released framework still declares the `$env` parameter, so this call
fails
until valkyrjaio/valkyrja-php#1109 merges and the framework releases.
Release
the framework first, then update this repository's lock.

Verified locally against the framework removal branch: 185 tests, 0
env-related
failures.

## Types of changes

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

## Changes

- **`app/tests/Tests/Functional/Abstract/TestCase.php`** — removed the
`Env`
  import and the `env:` argument from the `App::app()` call.

517 of 517 relevant lines covered (100.0%)

2.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30728461340.1 02 Aug 2026 02:14AM UTC 33
100.0
GitHub Action Run
Source Files on build 30728461340
  • Tree
  • List 33
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30728461340
  • 204703a1 on github
  • Prev Build on 26.x (#30728452555)
  • Next Build on 26.x (#30742063723)
  • 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