{"id":15014436,"url":"https://github.com/indentno/phpunit-pretty-print","last_synced_at":"2025-04-12T17:41:14.357Z","repository":{"id":55381160,"uuid":"112730508","full_name":"indentno/phpunit-pretty-print","owner":"indentno","description":"✅  Make your PHPUnit output beautiful","archived":false,"fork":false,"pushed_at":"2023-03-07T21:46:27.000Z","size":1353,"stargazers_count":187,"open_issues_count":4,"forks_count":25,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2025-04-03T19:14:50.897Z","etag":null,"topics":["php","php7","phpunit","phpunit-pretty-print","pretty-print","testing"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/sempro/phpunit-pretty-print","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/indentno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-01T11:03:19.000Z","updated_at":"2025-03-03T19:01:08.000Z","dependencies_parsed_at":"2024-06-18T11:14:03.482Z","dependency_job_id":null,"html_url":"https://github.com/indentno/phpunit-pretty-print","commit_stats":{"total_commits":62,"total_committers":18,"mean_commits":"3.4444444444444446","dds":0.6290322580645161,"last_synced_commit":"5c7c764a8ceac73105115532389cd1864d7f9ca3"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fphpunit-pretty-print","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fphpunit-pretty-print/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fphpunit-pretty-print/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indentno%2Fphpunit-pretty-print/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indentno","download_url":"https://codeload.github.com/indentno/phpunit-pretty-print/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248607803,"owners_count":21132613,"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":["php","php7","phpunit","phpunit-pretty-print","pretty-print","testing"],"created_at":"2024-09-24T19:45:38.145Z","updated_at":"2025-04-12T17:41:14.336Z","avatar_url":"https://github.com/indentno.png","language":"PHP","readme":"# phpunit-pretty-print\n\u003e ✅ Make your PHPUnit output beautiful\n\n[![Build Status](https://travis-ci.com/sempro/phpunit-pretty-print.svg?branch=master)](https://travis-ci.com/sempro/phpunit-pretty-print)\n[![Packagist](https://img.shields.io/packagist/dt/sempro/phpunit-pretty-print.svg)](https://packagist.org/packages/sempro/phpunit-pretty-print)\n[![Packagist](https://img.shields.io/packagist/v/sempro/phpunit-pretty-print.svg)](https://packagist.org/packages/sempro/phpunit-pretty-print)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)\n[![psr-2](https://img.shields.io/badge/code_style-PSR_2-blue.svg)](http://www.php-fig.org/psr/psr-2/)\n\n\n### Installation\n```bash\ncomposer require sempro/phpunit-pretty-print --dev\n```\n\nThis package requires `\u003e=7.0.0` of PHPUnit.\n\nIf you're running on `6.x`, please use version `1.0.3`.\n\nIf you are running on `9.x` use the `\\Sempro\\PHPUnitPrettyPrinter\\PrettyPrinterForPhpUnit9` class\n\n### Usage\nYou can specify the printer to use on the phpunit command line:\n\nFor PhpUnit \u003c 9, use the following:\n```bash\nphp vendor/bin/phpunit --printer 'Sempro\\PHPUnitPrettyPrinter\\PrettyPrinter' tests/\n```\nFor PhpUnit \u003e= 9, use the following:\n```bash\nphp vendor/bin/phpunit --printer 'Sempro\\PHPUnitPrettyPrinter\\PrettyPrinterForPhpUnit9' tests/\n```\n\nOptionally, you can add it to your project's `phpunit.xml` file instead:\n\n```xml\n\u003cphpunit\n    bootstrap=\"bootstrap.php\"\n    colors=\"true\"\n    printerClass=\"Sempro\\PHPUnitPrettyPrinter\\PrettyPrinterForPhpUnit9\"\u003e\n```\n\n\u003cimg src=\"https://raw.githubusercontent.com/Sempro/phpunit-pretty-print/master/preview.gif\" width=\"100%\" alt=\"phpunit-pretty-print\"\u003e\n\n### Optional\n\nTo view progress while tests are running you can set `PHPUNIT_PRETTY_PRINT_PROGRESS=true` as environment variable on your server or within your `phpunit.xml` config file.\n```xml\n\u003cphpunit\u003e\n    \u003cphp\u003e\n        \u003cenv name=\"PHPUNIT_PRETTY_PRINT_PROGRESS\" value=\"true\" /\u003e\n    \u003c/php\u003e\n\u003c/phpunit\u003e\n```\n\n### License\nMIT © [Sempro AS](http://www.sempro.no)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findentno%2Fphpunit-pretty-print","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findentno%2Fphpunit-pretty-print","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findentno%2Fphpunit-pretty-print/lists"}