{"id":15284049,"url":"https://github.com/phwoolcon/test-starter","last_synced_at":"2026-04-13T01:12:35.581Z","repository":{"id":57041325,"uuid":"110833735","full_name":"phwoolcon/test-starter","owner":"phwoolcon","description":"PHPUnit Test Starter for Phwoolcon Projects","archived":false,"fork":false,"pushed_at":"2018-08-21T09:57:15.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T23:22:59.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phwoolcon.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-15T13:00:00.000Z","updated_at":"2018-08-21T09:54:19.000Z","dependencies_parsed_at":"2022-08-24T00:50:51.605Z","dependency_job_id":null,"html_url":"https://github.com/phwoolcon/test-starter","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Ftest-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Ftest-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Ftest-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phwoolcon%2Ftest-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phwoolcon","download_url":"https://codeload.github.com/phwoolcon/test-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245138138,"owners_count":20566877,"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":[],"created_at":"2024-09-30T14:48:54.705Z","updated_at":"2026-04-13T01:12:30.545Z","avatar_url":"https://github.com/phwoolcon.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# test-starter\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-scrutinizer]][link-scrutinizer]\n[![Quality Score][ico-code-quality]][link-code-quality]\n[![Total Downloads][ico-downloads]][link-downloads]\n[![Software License][ico-license]](LICENSE.md)\n\nPHPUnit Test Starter for Phwoolcon Projects\n\n## Usage\nPlease use this library in your phwoolcon project repository (For example `phwoolcon/phwoolcon`).\n\n### For Legacy Projects\n\n1. Checkout your project code;\n\n1. Edit `composer.json`:\n    ```bash\n    vim composer.json\n    ```\n    Add `phwoolcon/test-starter` to `require-dev` property:\n    ```json\n    {\n        ...\n        \"require-dev\": {\n            \"phwoolcon/test-starter\": \"~1.0\"\n        },\n        ...\n    }\n    ```\n1. Edit `phpunit.xml.dist`:\n    ```bash\n    vim phpunit.xml.dist\n    ```\n    Replace `bootstrap` as `vendor/phwoolcon/test-starter/start.php`:\n    ```xml\n    \u003cphpunit bootstrap=\"vendor/phwoolcon/test-starter/start.php\" ...\u003e\n        ...\n    \u003c/phpunit\u003e\n    ```\n    Then `composer update` and run your unit test.\n\n### For Newly Created Packages\nIf you run `bin/cli package:create` to create your new package, then this library has been included.\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email fishdrowned@gmail.com instead of using the issue tracker.\n\n## Credits\n\n- [Christopher CHEN][link-author]\n- [All Contributors][link-contributors]\n\n## License\n\nThe Apache License, Version 2.0. Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/phwoolcon/test-starter.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/phwoolcon/test-starter/master.svg?style=flat-square\n[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/phwoolcon/test-starter.svg?style=flat-square\n[ico-code-quality]: https://img.shields.io/scrutinizer/g/phwoolcon/test-starter.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/phwoolcon/test-starter.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/phwoolcon/test-starter\n[link-travis]: https://travis-ci.org/phwoolcon/test-starter\n[link-scrutinizer]: https://scrutinizer-ci.com/g/phwoolcon/test-starter/code-structure\n[link-code-quality]: https://scrutinizer-ci.com/g/phwoolcon/test-starter\n[link-downloads]: https://packagist.org/packages/phwoolcon/test-starter\n[link-author]: https://github.com/Fishdrowned\n[link-contributors]: ../../contributors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Ftest-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphwoolcon%2Ftest-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphwoolcon%2Ftest-starter/lists"}