This repository was archived by the owner on Dec 8, 2017. It is now read-only.
Releases: sjparkinson/static-review
Releases · sjparkinson/static-review
PHP Reviews
This release includes better test coverage and two new PHP related reviews...
Hook Install Improvments
- Adds a warning to the hook:install command if the install directory doesn't exist
- Start using
assertSamerather thanassertEqualswhere possiable
Test Coverage Increase
- Code coverage now at ~63% with 65% class coverage
- More informative output added to
static-review.php hook:install
BugFix – Install Command Chmod
- Adds
chmod 0755to the hook install command target. - Adds a vagrant file
- Improves test coverage
Git Staging Area Support
Addresses issue #3.
See git-scm.com/about/staging-area for more information.
Additional VCS Support
- Added a command line tool in bin/static-review.php
- Added a composer.json review
- Refactored StaticReview\File\File with better method names
- Added a VersionControlFactory and interface
Initial Release
Wahooo!