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

zendframework / zend-pimple-config / 51 / 8
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 07 Feb 2018 11:07PM UTC
Files 3
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

07 Feb 2018 11:04PM UTC coverage: 100.0%. Remained the same
DEPS=locked CS_CHECK=true TEST_COVERAGE=true

push

travis-ci

webimpress
Always create alias for invokables

The same behaviour we have in zend-servicemanager.
Proper configuration should be:

'invokables' => [
    Name\Service::class => Name\Service::class,
],

or when we want to use alias:

'invokables' => [
    'alias' => Name\Service::class,
],

then serivce will be available on:
- alias: $container->get('alias');
- class name: $container->get(Name\Service::class);
and it will be exactly the same instance.

68 of 68 relevant lines covered (100.0%)

9.82 hits per line

Source Files on job 51.8 (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 51
  • Travis Job 51.8
  • 47587cb7 on github
  • Prev Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on hotfix/invokable-alias (#49.8)
  • Next Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on hotfix/invokable-alias (#53.8)
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