2017 © Pedro Peláez
 

library phpunit-loveprinter

More love for developers!

image

christophgockel/phpunit-loveprinter

More love for developers!

  • Monday, September 9, 2013
  • by christophgockel
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHPUnit Love Printer

More love for developers!, (*1)

Example

Unit Tests with Love, (*2)

Requirements

The Love Printer works with PHP 5.3+ and PHPUnit 3.7+., (*3)

Installation

The recommended way to install the Love Printer is via composer. Create a composer.json file (or edit your existing one). Then add the folling dependency:, (*4)

{
    "require-dev": {
        "christophgockel/phpunit-loveprinter": "*"
    }
}

Finally run php composer.phar install --dev to install it., (*5)

Once installed, the following attributes are needed in your phpunit.xml file (add them to the <phpunit> element):, (*6)

printerFile="vendor/christophgockel/phpunit-loveprinter/src/ChristophGockel/PHPUnit/LovePrinter.php"
printerClass="ChristophGockel\PHPunit\LovePrinter"

Acknowledgements

The Love Printer's packaging is heavily inspired by whatthejeff/fab-phpunit-resultprinter., (*7)

License

Love Printer is licensed under the MIT license., (*8)

<3, (*9)

The Versions

09/09 2013

dev-master

9999999-dev https://github.com/christophgockel/phpunit-loveprinter

More love for developers!

  Sources   Download

MIT

The Requires

  • php >= 5.3

 

The Development Requires

by Christoph Gockel

phpunit love christophgockel