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

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

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 02 Feb 2018 02:26PM UTC
Files 3
Run time 0s
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

02 Feb 2018 02:22PM UTC coverage: 100.0%. Remained the same
DEPS=locked CS_CHECK=true TEST_COVERAGE=true

push

travis-ci

webimpress
Ability to disable shared services with Pimple container

By default all services created through the `get` method were shared,
first call creates an instance, and every another call return the
previously created instance.
Providing service name in "shared" allows to disable this functionality
for a specific service. Then every call of the `get` method creates
brand new instance of the service.
It is possoble to disable shared services by default for all services
by using `shared_by_default` option to boolean `false`.

77 of 77 relevant lines covered (100.0%)

18.4 hits per line

Source Files on job 45.8 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 45
  • Travis Job 45.8
  • fb7340aa on github
  • Prev Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on feature/shared (#43.8)
  • Next Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on feature/shared (#66.2)
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