dev-master
9999999-dev https://github.com/christophgockel/phpunit-loveprinterMore love for developers!
MIT
The Requires
- php >= 5.3
The Development Requires
by Christoph Gockel
phpunit love christophgockel
Wallogit.com
2017 © Pedro Peláez
More love for developers!
More love for developers!, (*1)
, (*2)
The Love Printer works with PHP 5.3+ and PHPUnit 3.7+., (*3)
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"
The Love Printer's packaging is heavily inspired by whatthejeff/fab-phpunit-resultprinter., (*7)
Love Printer is licensed under the MIT license., (*8)
<3, (*9)
More love for developers!
MIT
phpunit love christophgockel