{"id":22292025,"url":"https://github.com/aedart/athenaeum-testing","last_synced_at":"2026-03-06T18:11:37.335Z","repository":{"id":56899579,"uuid":"235646690","full_name":"aedart/athenaeum-testing","owner":"aedart","description":"[READ ONLY] Athenaeum Testing package - see https://github.com/aedart/athenaeum","archived":false,"fork":false,"pushed_at":"2026-03-05T09:16:48.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-05T13:44:42.975Z","etag":null,"topics":["athenaeum-testing","testing"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aedart.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-01-22T19:13:59.000Z","updated_at":"2026-03-05T09:16:51.000Z","dependencies_parsed_at":"2025-11-27T08:29:12.248Z","dependency_job_id":null,"html_url":"https://github.com/aedart/athenaeum-testing","commit_stats":{"total_commits":206,"total_committers":2,"mean_commits":103.0,"dds":0.3980582524271845,"last_synced_commit":"5df3cc38ad588f91b9b6b1c6867ee82093bc2e66"},"previous_names":[],"tags_count":165,"template":false,"template_full_name":null,"purl":"pkg:github/aedart/athenaeum-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aedart","download_url":"https://codeload.github.com/aedart/athenaeum-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aedart%2Fathenaeum-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30189657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T17:33:53.563Z","status":"ssl_error","status_checked_at":"2026-03-06T17:33:51.678Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["athenaeum-testing","testing"],"created_at":"2024-12-03T17:19:20.118Z","updated_at":"2026-03-06T18:11:37.299Z","avatar_url":"https://github.com/aedart.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Athenaeum Testing\n\nThe Testing package offers various testing utilities, built on top of [Codeception](https://codeception.com/) and [Orchestra Testbench](https://packagist.org/packages/orchestra/testbench). \nIt allows you to test Laravel specific components, Laravel's application and offers a few utilities for testing the [Athenaeum Core Application](https://packagist.org/packages/aedart/athenaeum-core). \n\nLastly, this package also comes with [Mockery](https://packagist.org/packages/mockery/mockery) and [Faker](https://packagist.org/packages/fzaninotto/faker).\n\n## Exaxmple\n\n```php\nuse \\Aedart\\Testing\\TestCases\\UnitTestCase;\n\nclass FuelConsumptionTest extends UnitTestCase\n{\n    /**\n     * @test \n     */\n    public function calculatesFuel()\n    {\n        $faker = $this-\u003egetFaker();\n        $kilometers = $faker-\u003enumberBetween(1, 25);\n\n        $consumption = FuelConsumption::calculate($kilometers);\n        \n        // ... remaining not shown ...\n    }\n}\n```\n\n## Documentation\n\nPlease read the [official documentation](https://aedart.github.io/athenaeum/) for additional information.\n\n## Repository\n\nThe mono repository is located at [github.com/aedart/athenaeum](https://github.com/aedart/athenaeum)\n\n## Versioning\n\nThis package follows [Semantic Versioning 2.0.0](http://semver.org/)\n\n## License\n\n[BSD-3-Clause](http://spdx.org/licenses/BSD-3-Clause), Read the LICENSE file included in this package\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faedart%2Fathenaeum-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faedart%2Fathenaeum-testing/lists"}