Skip to content

Commit

Permalink
Refactor for ZendDiagnostics 1.0, fixes and enhancements.
Browse files Browse the repository at this point in the history
- Add support for skipped checks.
- s/test/check/
- Update docs.
- Refactor usage of console param aliases after the fix in ZF 2.2+.
- Fix checks filtering.
- Fix unit tests leaking diagnostic reporter output.
- Fix composer.json import of ZendDiagnostics.
  • Loading branch information
Thinkscape committed Mar 8, 2014
1 parent 567be92 commit 182f1f8
Show file tree
Hide file tree
Showing 12 changed files with 287 additions and 305 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require": {
"php": ">=5.3.3",
"zendframework/zenddiagnostics" : "2.0.*@dev",
"zendframework/zenddiagnostics" : ">=1.0.0",
"zendframework/zend-code": ">=2.2.2",
"zendframework/zend-config": ">=2.2.2",
"zendframework/zend-console": ">=2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
),
'zftool-diagnostics' => array(
'options' => array(
'route' => '(diagnostics|diag) [-v|--verbose]:verbose [--debug] [-q|--quiet]:quiet [-b|--break]:break [<testGroupName>]',
'route' => '(diagnostics|diag) [-v|--verbose]:verbose [--debug] [-q|--quiet]:quiet [-b|--break]:break [<filter>]',
'defaults' => array(
'controller' => 'ZFTool\Controller\Diagnostics',
'action' => 'run',
Expand Down
Loading

0 comments on commit 182f1f8

Please sign in to comment.