Download the PHP package 1happyplace/phpunit-colors without Composer
On this page you can find all versions of the php package 1happyplace/phpunit-colors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 1happyplace/phpunit-colors
More information about 1happyplace/phpunit-colors
Files in 1happyplace/phpunit-colors
Download 1happyplace/phpunit-colors
More information about 1happyplace/phpunit-colors
Files in 1happyplace/phpunit-colors
Vendor 1happyplace
Package phpunit-colors
Short Description Class that adds color to PHPUnit testing output using ANSI escape coding
License MIT
Homepage http://clio.1happyplace.com/utilities/phpunit-color-display.html
Package phpunit-colors
Short Description Class that adds color to PHPUnit testing output using ANSI escape coding
License MIT
Homepage http://clio.1happyplace.com/utilities/phpunit-color-display.html
Please rate this library. Is it a good library?
Informations about the package phpunit-colors
PHPUnitColors\Display
clio.1happyplace.com/utilities/phpunit-color-display.html
The Display class outputs colored output that will work on virtually any terminal. It utilizes the escape coding that goes back to the days of the DEC VT-100. It can be used anywhere, but is geared toward messages during PHPUnit tests cases.
It is a standalone static class with no dependencies.
The following code will create the output below:
// echo out the escaped strings to create different levels of warnings
echo Display::warning("Warning!");
echo Display::caution("Caution...");
echo Display::OK("OK to go!");
// place the escaped string in the $message field to light up your output
$this->assertSame("one","two",Display::caution("This assertion has intentionally failed"));
All versions of phpunit-colors with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package 1happyplace/phpunit-colors contains the following files
Loading the files please wait ....