2017 © Pedro Peláez
 

library phpumoji

PHPUnit Emoji Result Printer

image

coderabbi/phpumoji

PHPUnit Emoji Result Printer

  • Monday, July 17, 2017
  • by coderabbi
  • Repository
  • 5 Watchers
  • 75 Stars
  • 1,403 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 5 Open issues
  • 8 Versions
  • 8 % Grown

The README.md

phpumoji

PHPUnit Emoji Result Printer, (*1)

Build Status Scrutinizer Code Quality StyleCI PDS Skeleton, (*2)

Install

Via Composer, (*3)

``` bash $ composer require coderabbi/phpumoji --dev, (*4)


To enable PHPUnit emoji output, add the following two lines to the opening element of your `phpunit.xml`: ``` php printerFile="vendor/coderabbi/phpumoji/src/EmojiPrinter.php" printerClass="Coderabbi\Phpumoji\EmojiPrinter"

Usage

Usage of PHPUnit is unchanged with coderabbi/phpumoji., (*5)

Options

Select a Different Emojiset

If you wish to select an emojiset for PHPUnit emoji output, add the following additional line to the opening element of your phpunit.xml, specifying your selection:, (*6)

``` php emojiset="phpumoji", (*7)


### Create a Custom Emojiset The default emojiset is 'phpumoji'; currently that is the only emojiset available (soon, grasshopper... :sunglasses:). If, however, you wish to create your own emojiset for PHPUnit emoji output, simply place an `.emojifile` in your project root and define your emojiset in the following format: ``` ini [phpumoji] error = bomb failure = poop incomplete = construction risky= game_die skipped = see_no_evil pass = elephant [weird] error = no_entry failure = red_flag incomplete = question risky= clown skipped = ghost pass = monkey

Note that the values in the emojiset are snake-cased emoji short codes without the opening and closing colons; most existing short codes are supported, a list of supported shortcodes will be added soon., (*8)

You may choose to override one or more of the packaged emojisets (as in the case of "phumoji", above, which overrides the default emojiset), or you may define your own (as in the case of "weird", above)., (*9)

Don't forget to update the opening element of your phpunit.xml with emojiset="<your_selection>", just as you would to select one of the non-default packaged emojisets., (*10)

The order of precedence is the specified emojiset in .emojifile, the specified emojiset from the packaged emojisets, the "phpumoji" emojiset from your .emojifile, and finally the the "phpumoji" emojiset from the packaged emojisets., (*11)

Changelog

Please see CHANGELOG for more information on what has changed recently., (*12)

Testing

bash $ composer test, (*13)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*14)

Security

If you discover any security related issues, please email coderabbi@gmail.com instead of using the issue tracker., (*15)

Credits

License

The MIT License (MIT). Please see License File for more information., (*16)

The Versions

17/07 2017

dev-master

9999999-dev https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji

08/07 2017

v0.7-beta.2

0.7.0.0-beta2 https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji

08/07 2017

dev-develop

dev-develop https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji

07/07 2017

v0.6-alpha.3

0.6.0.0-alpha3 https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji

07/07 2017

v0.7-beta.1

0.7.0.0-beta1 https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji

07/07 2017

v0.6-alpha.2

0.6.0.0-alpha2 https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji

07/07 2017

v0.6-alpha.1

0.6.0.0-alpha1 https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji

06/07 2017

v0.1-alpha.1

0.1.0.0-alpha1 https://coderabbi.github.io/phpumoji

PHPUnit Emoji Result Printer

  Sources   Download

MIT

The Requires

 

The Development Requires

by Yitzchok Willroth

phpunit emoji coderabbi phpumoji