{"id":19219231,"url":"https://github.com/chassis/phpunit","last_synced_at":"2026-05-17T02:01:18.006Z","repository":{"id":45436104,"uuid":"174200455","full_name":"Chassis/phpunit","owner":"Chassis","description":"A Chassis extension to install phpunit.","archived":false,"fork":false,"pushed_at":"2021-12-14T01:44:42.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-11T00:05:44.917Z","etag":null,"topics":["chassis","chassis-extension","puppet","wordpress-development"],"latest_commit_sha":null,"homepage":null,"language":"Puppet","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chassis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-06T18:40:56.000Z","updated_at":"2021-12-14T01:44:44.000Z","dependencies_parsed_at":"2022-08-19T13:51:14.040Z","dependency_job_id":null,"html_url":"https://github.com/Chassis/phpunit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Chassis/phpunit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fphpunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fphpunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fphpunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fphpunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chassis","download_url":"https://codeload.github.com/Chassis/phpunit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chassis%2Fphpunit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33125182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chassis","chassis-extension","puppet","wordpress-development"],"created_at":"2024-11-09T14:30:05.067Z","updated_at":"2026-05-17T02:01:17.964Z","avatar_url":"https://github.com/Chassis.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHPUnit extension for Chassis\n\nInstall PHPUnit within your [Chassis](http://chassis.io/) box! The PHPUnit extension automatically sets up your Chassis instance with the `phpunit` executable, for use running PHP unit tests.\n\n## Activation\n\n### Automated Installation\n\nTo add the phpunit extension to a Chassis box, include `chassis/phpunit` in the `extensions` list within your `config.local.yaml` file:\n\n```yml\nextensions:\n    - chassis/phpunit\n```\n\nThen run `vagrant provision` to instruct Chassis to download and install the new extension.\n\n### Manual Installation\n\nEnsure you have a Chassis instance set up locally already.\n\n```\n# In your Chassis dir:\ncd extensions\n\n# Grab the extension\ngit clone --recursive https://github.com/Chassis/phpunit.git phpunit\n\n# Reprovision\ncd ..\nvagrant provision\n```\n\n# Usage\n```\nvagrant ssh\ncd /vagrant/content/{plugins|themes}/yourdirectory\nphpunit\n```\n\nYou're now ready to run `phpunit` within your Chassis virtual machine!\n\n## Specifying a version\n\nTo specify a version of PHPUnit to install, add the following to your Chassis config file:\n\n```\nphpunit:\n  version: 5.7\n```\n\nYou can specify the version to with either two or three digits, eg `5.7` or `5.7.10`.\n\nFor PHP versions 7.0 and over the default version is 5.7. For PHP version 5.6 the default version is 4.8.\n\n### Version Support\n\nWe currently support the following versions of PHPUnit:\n* 4.8\n* 6.5\n* 7.5\n* 8.x\n* 9.x","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fphpunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchassis%2Fphpunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchassis%2Fphpunit/lists"}