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

slimphp / Slim / 2799 / 1
97%
3.x: 99%

Build:
Build:
LAST BUILD BRANCH: dependabot/composer/guzzlehttp/psr7-tw-2.10
DEFAULT BRANCH: 3.x
Ran 12 Feb 2019 08:53PM UTC
Files 41
Run time 82min
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 Feb 2019 08:50PM UTC coverage: 97.432% (+0.008%) from 97.424%
ANALYSIS='true'

Pull #2578

travis-ci

web-flow
Fix dispatching of non handle() methods for PSR15 request handlers

If a method has been explicitly defined, the callable resolver
should honor that for all classes (even for classes that
implement RequestHandlerInterface) and only default to 'handle'
(for PSR-15 RequestHandlers) if no method has been specified.

An example:
When FooBar implements RequestHandlerInterface and
'FooBar:customMethod' is specified to be dispatched, the
CallableResolver must not resolve to the handle() method
even though FooBar implements the RequestHandlerInterface.
It should only do that, if no method name is given: 'FooBar'
Pull Request #2578: Fix dispatching of non handle() methods for PSR15 request handlers

645 of 662 relevant lines covered (97.43%)

19.15 hits per line

Source Files on job 2799.1 (ANALYSIS='true')
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2738
  • Travis Job 2799.1
  • 4cafce73 on github
  • Prev Job for ANALYSIS='true' on 4x-request-handler-non-handle (#2791.1)
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