{"id":13409470,"url":"https://github.com/coderabbi/phpumoji","last_synced_at":"2025-04-12T08:08:48.656Z","repository":{"id":47427815,"uuid":"96408449","full_name":"coderabbi/phpumoji","owner":"coderabbi","description":"PHPUnit Emoji Result Printer","archived":false,"fork":false,"pushed_at":"2017-10-11T19:08:10.000Z","size":26,"stargazers_count":72,"open_issues_count":6,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T08:06:20.219Z","etag":null,"topics":["emoji","php","phpunit"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderabbi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-06T08:43:30.000Z","updated_at":"2025-02-16T04:22:36.000Z","dependencies_parsed_at":"2022-08-21T04:10:19.864Z","dependency_job_id":null,"html_url":"https://github.com/coderabbi/phpumoji","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbi%2Fphpumoji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbi%2Fphpumoji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbi%2Fphpumoji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderabbi%2Fphpumoji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderabbi","download_url":"https://codeload.github.com/coderabbi/phpumoji/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248537137,"owners_count":21120709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emoji","php","phpunit"],"created_at":"2024-07-30T20:01:01.130Z","updated_at":"2025-04-12T08:08:48.623Z","avatar_url":"https://github.com/coderabbi.png","language":"PHP","readme":"# phpumoji\nPHPUnit Emoji Result Printer\n\n[![Build Status](https://travis-ci.org/coderabbi/phpumoji.svg?branch=master)](https://travis-ci.org/coderabbi/phpumoji)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/coderabbi/phpumoji/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/coderabbi/phpumoji/?branch=master)\n[![StyleCI](https://styleci.io/repos/96408449/shield?branch=master)](https://styleci.io/repos/96408449)\n[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat-square)](https://github.com/php-pds/skeleton)\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require coderabbi/phpumoji --dev\n```\n\nTo enable PHPUnit emoji output, add the following two lines to the opening element of your `phpunit.xml`:\n\n``` php\nprinterFile=\"vendor/coderabbi/phpumoji/src/EmojiPrinter.php\"\nprinterClass=\"Coderabbi\\Phpumoji\\EmojiPrinter\"\n```\n\n## Usage\n\nUsage of PHPUnit is unchanged with coderabbi/phpumoji.\n\n## Options\n\n### Select a Different Emojiset\n\nIf 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:\n\n``` php\nemojiset=\"phpumoji\"\n```\n\n### Create a Custom Emojiset\n\nThe default emojiset is 'phpumoji'; currently that is the only emojiset available (soon, grasshopper... :sunglasses:).\n\nIf, 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:\n\n``` ini\n[phpumoji]\nerror = bomb\nfailure = poop\nincomplete = construction\nrisky= game_die\nskipped = see_no_evil\npass = elephant\n\n[weird]\nerror = no_entry\nfailure = red_flag\nincomplete = question\nrisky= clown\nskipped = ghost\npass = monkey\n```\n\nNote 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.\n\nYou 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).\n\nDon't forget to update the opening element of your `phpunit.xml` with `emojiset=\"\u003cyour_selection\u003e\"`, just as you would to select one of the non-default packaged emojisets.\n\nThe 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.  \n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email coderabbi@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Yitzchok Willroth](https://github.com/coderabbi)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":["PHP"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderabbi%2Fphpumoji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderabbi%2Fphpumoji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderabbi%2Fphpumoji/lists"}