mamuz / PhpDependencyAnalysis

Static code analysis to find violations in a dependency graph
http://mamuz.github.io/PhpDependencyAnalysis/
MIT License
564 stars 45 forks source link

Use verbosity constant in tests #8

Closed garex closed 8 years ago

garex commented 8 years ago

There were hardcoded "3" there. Also many copy-paste. May be it's better move to abstract PhpDABaseTest?

garex commented 8 years ago

https://github.com/symfony/console/commit/7acbab8b47328534179e77b0c81c859687e98674 changed constant's values

mamuz commented 8 years ago

@garex Thanks for contributing. You are totally right with "Also many copy-paste. May be it's better move to abstract PhpDABaseTest". But no need to change it at the moment, but feel free :smile: