{"id":31934370,"url":"https://github.com/testomatio/php-list-tests","last_synced_at":"2025-10-14T06:25:54.690Z","repository":{"id":57067249,"uuid":"286564360","full_name":"testomatio/php-list-tests","owner":"testomatio","description":"List \u0026 import PHP tests","archived":false,"fork":false,"pushed_at":"2025-01-22T13:57:29.000Z","size":26,"stargazers_count":3,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"0.2.x","last_synced_at":"2025-08-31T12:00:35.344Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testomatio.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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":"2020-08-10T19:43:07.000Z","updated_at":"2025-01-22T13:57:34.000Z","dependencies_parsed_at":"2024-11-11T11:24:52.023Z","dependency_job_id":"181915b0-f977-466a-847c-a66a3cfd4934","html_url":"https://github.com/testomatio/php-list-tests","commit_stats":{"total_commits":19,"total_committers":3,"mean_commits":6.333333333333333,"dds":0.1578947368421053,"last_synced_commit":"c31cd77fd555b49c2fff5f6026d5c1c324cd1e63"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/testomatio/php-list-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fphp-list-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fphp-list-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fphp-list-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fphp-list-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testomatio","download_url":"https://codeload.github.com/testomatio/php-list-tests/tar.gz/refs/heads/0.2.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fphp-list-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018120,"owners_count":26086281,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":[],"created_at":"2025-10-14T06:25:52.962Z","updated_at":"2025-10-14T06:25:54.685Z","avatar_url":"https://github.com/testomatio.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌀 List Tests \u003csup\u003e\u003csub\u003eby [Testomat.io](https://testomat.io)\u003c/sub\u003e\u003c/sup\u003e\n\n![CI](https://github.com/testomatio/php-list-tests/workflows/CI/badge.svg)\n\n\u003e List tests currently support PHP 8+, for PHP 7 look into 0.1.x branch\n\nThis CLI utility prints all tests in PHP project **without executing them**.\nEasily check the number tests and get live documentation for your tests in markdown format!\n\n\u003e Supports PHPUnit \u0026 Codeception.\n\nThis CLI script is also used to import tests into Testomat.io application.\n\n## Installation\n\n```\ncomposer require testomatio/list-tests --dev\n```\n\n## Usage\n\nTo print all tests execute `list-tests` script pointing to directory with tests:\n\n```\nphp vendor/bin/list-tests test/\n```\n\nThis will print output similar to this: \n\n![](https://pbs.twimg.com/media/Ee5PXDOWkAEdiyz?format=jpg\u0026name=large)\n\nTo print tests into a file execute command with `--markdown` option providing a filename to save info into:\n\n```\nphp vendor/bin/list-tests tests --markdown test-docs.md\n```\n\nThis command will save test list into \"tests.md\" file.\n\nTo show test list with links to corresponding files on GitHub/GitLab/BitBucket \nuse `PREPEND_URL` environment variable and set a base URL for tests files.\n\n```\nPREPEND_URL=https://github.com/testomatio/php-list-tests/tests php vendor/bin/list-tests tests --markdown tests.md \n```\n\nThis will generate a file similar to [test-docs.md](https://github.com/testomatio/php-list-tests/blob/0.2.x/test-docs.md) in this repository.\n\n## Import into [Testomat.io](https://testomat.io)\n\nThis script can also import tests from PHP project into the testomat.io project.\nPass in TESTOMATIO API KEY of your project to import tests:\n\n```\nTESTOMATIO={api-key} php vendor/bin/list-tests tests \n``` \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestomatio%2Fphp-list-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestomatio%2Fphp-list-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestomatio%2Fphp-list-tests/lists"}