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

zendframework / zend-expressive-tooling / 66 / 7
94%
master: 98%

Build:
Build:
LAST BUILD BRANCH: develop
DEFAULT BRANCH: master
Ran 29 Jul 2019 07:57PM UTC
Files 144
Run time 1min
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

29 Jul 2019 07:57PM UTC coverage: 93.89% (-3.3%) from 97.229%
DEPS=lowest

Pull #23

travis-ci

Matthew Weier O'Phinney
Migrate to symfony/console

This patch migrates the tooling to use symfony/console instead of
zend-stdlib's `ConsoleHelper`. The reasons are:

- We were needing to write argument parsing routines for each and every
  command, and each differed.
- We were needing to write "help" functionality for each command.
- We were creating a plethora of entry points. We should have one, with
  many commands available.
- While we could use zf-deploy, using symfony/console will likely get
  more contributors to the project, due to its ubiquity in the PHP
  ecosystem. In the end, I also discovered that I ended up writing less
  code overall in order to create commands, and had better, simpler
  options for re-use when re-purposing existing command endpoints to
  re-use the same commands as used by the main entry point.

All existing commands continue to work. I have updated the `expressive`
tool to use the following patterns:

- `migrate:*`: the various tools dedicated to migration.
- `module:*`: the various tools dedicated to module manipulation.
- `middleware:*`: the tools dedicated to middleware manipulation
  (currently only creation).
Pull Request #23: Migrate to symfony/console

546 of 626 branches covered (87.22%)

1260 of 1342 relevant lines covered (93.89%)

8.11 hits per line

Source Files on job 66.7 (DEPS=lowest)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 245
  • Travis Job 66.7
  • 6e6adda3 on github
  • Prev Job for DEPS=locked TEST_COVERAGE=true on feature/symfony-console (#64.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