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

slimphp / Slim / 2799
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
Jobs 1
Files 41
Run time 133min
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
2799

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

7 of 7 new or added lines in 1 file covered. (100.0%)

645 of 662 relevant lines covered (97.43%)

19.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2799.1 (ANALYSIS='true') 12 Feb 2019 08:53PM UTC 0
97.43
Travis Job 2799.1
Source Files on build 2799
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2799
  • Pull Request #2578
  • PR Base - 4.x (#2791)
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