Download the PHP package skyzyx/phpunit-result-printer without Composer
On this page you can find all versions of the php package skyzyx/phpunit-result-printer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download skyzyx/phpunit-result-printer
More information about skyzyx/phpunit-result-printer
Files in skyzyx/phpunit-result-printer
Package phpunit-result-printer
Short Description A custom printer for PHPUnit.
License MIT
Informations about the package phpunit-result-printer
PHPUnit Result Printer
A custom result printer for PHPUnit.
Examples
Here is the output from using this with skyzyx/php-strong-types.
Installation
Using Composer:
And include it in your scripts:
Testing
Firstly, run composer install --optimize-autoloader
to download and install the dependencies.
You can run the tests as follows:
Contributing
Here's the process for contributing:
- Fork PHPUnit Result Printer to your GitHub account.
- Clone your GitHub copy of the repository into your local workspace.
- Write code, fix bugs, and add tests with 100% code coverage.
- Commit your changes to your local workspace and push them up to your GitHub copy.
- You submit a GitHub pull request with a description of what the change is.
- The contribution is reviewed. Maybe there will be some banter back-and-forth in the comments.
- If all goes well, your pull request will be accepted and your changes are merged in.
Authors, Copyright & Licensing
- Copyright (c) 2014-2017 Ryan Parman.
See also the list of contributors who participated in this project.
Licensed for use under the terms of the MIT license.
Coding Standards
PSR-0/1/2 are a solid foundation, but are not an entire coding style by themselves. I have taken the time to document all of the nitpicky patterns and nuances of my personal coding style. It goes well-beyond brace placement and tabs vs. spaces to cover topics such as docblock annotations, ternary operations and which variation of English to use. It aims for thoroughness and pedanticism over hoping that we can all get along.