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

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

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

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.

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

68 of 68 relevant lines covered (100.0%)

9.82 hits per line

Jobs
ID Job ID Ran Files Coverage
8 51.8 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true) 07 Feb 2018 11:06PM UTC 0
100.0
Travis Job 51.8
Source Files on build 51
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #51
  • 47587cb7 on github
  • Prev Build on hotfix/invokable-alias (#49)
  • Next Build on hotfix/invokable-alias (#53)
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