{"id":15008353,"url":"https://github.com/esler/phpunit-graceful-interrupt","last_synced_at":"2025-04-09T16:03:55.801Z","repository":{"id":56979345,"uuid":"73105827","full_name":"esler/phpunit-graceful-interrupt","owner":"esler","description":"Allow gracefully interrupt running PHPUnit tests","archived":false,"fork":false,"pushed_at":"2024-06-20T11:13:25.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-29T16:02:01.927Z","etag":null,"topics":["phpunit","phpunit-extension","phpunit-listener","phpunit-tests"],"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/esler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-11-07T17:57:29.000Z","updated_at":"2024-06-20T11:12:27.000Z","dependencies_parsed_at":"2024-06-21T01:26:28.129Z","dependency_job_id":"9571454f-0606-491b-8f36-64f3e1db3c6a","html_url":"https://github.com/esler/phpunit-graceful-interrupt","commit_stats":{"total_commits":17,"total_committers":5,"mean_commits":3.4,"dds":0.5882352941176471,"last_synced_commit":"33fd0d02f7a20f139f3a26677bdd28faa031aedd"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esler%2Fphpunit-graceful-interrupt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esler%2Fphpunit-graceful-interrupt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esler%2Fphpunit-graceful-interrupt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/esler%2Fphpunit-graceful-interrupt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/esler","download_url":"https://codeload.github.com/esler/phpunit-graceful-interrupt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219856268,"owners_count":16556085,"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":["phpunit","phpunit-extension","phpunit-listener","phpunit-tests"],"created_at":"2024-09-24T19:17:46.981Z","updated_at":"2024-10-12T08:41:04.533Z","avatar_url":"https://github.com/esler.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\nA simple plug-in which allows to you interrupt running PHPUnit tests **gracefully**.\n\n## Instalation\n```bash\ncomposer require --dev esler/phpunit-graceful-interrupt\n```\n\n#### For PHPUnit \u003e= 10\n```xml\nAdd extension to your `phpunit.xml`\n\u003cphpunit\u003e\n    \u003cextensions\u003e\n        \u003cbootstrap class=\"Esler\\PHPUnit\\GracefulInterruptExtension\" /\u003e\n    \u003c/extensions\u003e\n\u003c/phpunit\u003e\n```\n\n#### For PHPUnit \u003c 10\nAdd listener to your `phpunit.xml`\n```xml\n\u003cphpunit\u003e\n  \u003clisteners\u003e\n    \u003clistener class=\"Esler\\PHPUnit\\Listener\\GracefulInterruptListener\" /\u003e\n  \u003c/listeners\u003e\n\u003c/phpunit\u003e\n```\n\n## Usage\nJust hit `Ctrl+\\` to interrupt running tests. Errors and failures from previous tests will be shown.\n\nMore [info](https://github.com/esler/phpunit-graceful-interrupt/wiki).\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesler%2Fphpunit-graceful-interrupt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fesler%2Fphpunit-graceful-interrupt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fesler%2Fphpunit-graceful-interrupt/lists"}