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

zendframework / zend-expressive-helpers / 275 / 2
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 12 Mar 2019 08:22PM UTC
Files 21
Run time 1s
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

12 Mar 2019 08:20PM UTC coverage: 100.0%. Remained the same
DEPS=locked CS_CHECK=true TEST_COVERAGE=true

Pull #70

travis-ci

web-flow
refactor: always populate a TemplateVariableContainer with the RouteTemplateVariableMiddleware

This patch modifies the behavior of RouteTemplateVariableMiddleware in
the following ways:

- It now *always* populates a `TemplateVariableContainer` instance with
  a `route` parameter. This means if none was in the request previously,
  it will create one (via the default argument to `getAttribute()`).

- It populates the value with the `RouteResult`, which allow access to
  not just the matched route, but also any matched parameters. It also
  means users can test to see if a match actually occured.

These changes were made in light of zendframework/zend-expressive-platesrenderer#36,
which adds a `route()` template method, which will return the
`RouteResult` (not the route, nor the route name; the route result).
Pull Request #70: Provide stateless template variable aggregation

193 of 193 relevant lines covered (100.0%)

7.64 hits per line

Source Files on job 275.2 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 260
  • Travis Job 275.2
  • 75c3f6f5 on github
  • Prev Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on feature/template-variable-container (#273.2)
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