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

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

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

pending completion
275

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

27 of 27 new or added lines in 3 files covered. (100.0%)

193 of 193 relevant lines covered (100.0%)

7.64 hits per line

Jobs
ID Job ID Ran Files Coverage
2 275.2 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true) 12 Mar 2019 08:22PM UTC 0
100.0
Travis Job 275.2
Source Files on build 275
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #275
  • Pull Request #70
  • PR Base - develop (#273)
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

© 2025 Coveralls, Inc