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

zendframework / zend-view / 54
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 05 Oct 2015 04:34PM UTC
Jobs 1
Files 88
Run time 6s
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
54

Pull #17

travis-ci

weierophinney
Updated zend-view to zend-servicemanager v3

Updates zend-view to use the new zend-servicemanager v3 API. Changes
include:

- Removed `ServiceLocatorAwareInterface` implementation from
  `FlashMessenger` view helper; was never used internally, and the
  interface no longer exists anyways.
- Navigation `AbstractHelper` now removes the
  `ServiceLocatorAwareInterface`, but keeps the methods originally
  defined by it, using duck-typing to do injection when necessary.
  Navigation view helpers require pulling navigation containers from the
  application container instance. This is automated by the Navigation
  `PluginManager` implementation now.
- All factories were updated to use the new `FactoryInterface`
  definition from zend-servicemanager:
  - New namespace for the `FactoryInterface`.
  - New method name for the factory (`__invoke`).
  - New arguments for the factory (first argument is a container-interop
    `ContainerInterface`; required second argument `$name` and optional
    third argument `$options`).
  - Factories that pulled the parent locator were updated, as the
    container passed is now the application service manager.
- Plugin managers were updated to the new `AbstractPluginManager`
  implementation:
  - Define `$instanceOf` and remove `validatePlugin` when applicable.
  - Define default configuration, merge it with incoming configuration,
    and pass to the parent constructor.
  - Define copious aliases to cover various naming patterns previously
    covered by normalization.
  - Initializers now have a new signature; all plugin-defined
    initializers were updated to it.
- When lazy loading plugin managers, pass an empty `ServiceManager`
  instance.
- All tests were updated to ensure plugin and service managers are
  properly injected and configured.
Pull Request #17: Updated zend-view to zend-servicemanager v3

31 of 31 new or added lines in 7 files covered. (100.0%)

2209 of 4246 relevant lines covered (52.03%)

8.11 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/Helper/Navigation.php
3
100.0
src/Helper/Navigation/AbstractHelper.php
7
100.0
src/Helper/Navigation/PluginManager.php

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
src/Helper/FlashMessenger.php
2
100.0
src/Helper/Navigation/PluginManager.php
4
100.0
src/Helper/HeadTitle.php
26
100.0
src/Model/FeedModel.php
38
100.0
src/Strategy/FeedStrategy.php
46
100.0
src/Helper/PaginationControl.php
47
100.0
src/Helper/Url.php
51
100.0
src/Renderer/FeedRenderer.php
Jobs
ID Job ID Ran Files Coverage
2 54.2 (EXECUTE_TEST_COVERALLS=true) 05 Oct 2015 04:34PM UTC 0
52.03
Travis Job 54.2
Source Files on build 54
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #54
  • Pull Request #17
  • PR Base - develop (#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