{"id":28399448,"url":"https://github.com/codeception/laravel-module-tests","last_synced_at":"2025-06-28T19:31:20.111Z","repository":{"id":41998015,"uuid":"324569279","full_name":"Codeception/laravel-module-tests","owner":"Codeception","description":"Tests for Laravel Module","archived":false,"fork":false,"pushed_at":"2025-01-14T18:04:16.000Z","size":453,"stargazers_count":5,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"9.x","last_synced_at":"2025-06-23T01:24:08.965Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Codeception.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-12-26T14:14:48.000Z","updated_at":"2025-01-14T16:20:03.000Z","dependencies_parsed_at":"2023-02-02T07:16:10.057Z","dependency_job_id":"9e71e06d-82ec-45e8-9d54-5bcb6304f994","html_url":"https://github.com/Codeception/laravel-module-tests","commit_stats":{"total_commits":21,"total_committers":6,"mean_commits":3.5,"dds":"0.47619047619047616","last_synced_commit":"aa79366df3d6c30b9826eee55376e9672b000602"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Codeception/laravel-module-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Flaravel-module-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Flaravel-module-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Flaravel-module-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Flaravel-module-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codeception","download_url":"https://codeload.github.com/Codeception/laravel-module-tests/tar.gz/refs/heads/9.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Flaravel-module-tests/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262483995,"owners_count":23318374,"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":"2025-06-01T08:09:08.473Z","updated_at":"2025-06-28T19:31:20.081Z","avatar_url":"https://github.com/Codeception.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codeception Laravel Module Tests\n\n[![Actions Status](https://github.com/Codeception/laravel-module-tests/workflows/CI/badge.svg)](https://github.com/Codeception/laravel-module-tests)\n\nMinimal site containing functional tests for [Codeception Module Laravel](https://github.com/Codeception/module-laravel).\n\n## Usage\n\nThe main purpose of this project is to verify the proper functioning of the `Codeception Module Laravel` in a minimal Laravel installation.\n\nYou can use it to contribute new features or propose changes in the module and verify that nothing is broken in the process.\nIf that's your goal, be sure to follow [the contribution guides](https://github.com/Codeception/module-laravel/blob/main/CONTRIBUTING.md) for the module.\n\nYou can also **fork it** and use it to reproduce a bug or unexpected behavior for analysis.\nIf that's your case, just add a link to your fork next to the description of your issue in the module's repository.\n\nLastly, if you just want to see the module in action and run the tests yourself on your local machine just:\n\n1. Clone the repo:\n   ```shell\n   git clone https://github.com/Codeception/laravel-module-tests.git\n   ```\n2. Install Composer dependencies:\n   ```shell\n   composer update\n   ```\n3. Create your `.env` file from the `.env.testing` file.\n4. Create the database file: `database/database.sqlite`.\n5. Update database schema and load seeders:\n   ```shell\n   php artisan migrate --seed\n   ```\n\nThen, go to the project directory and run:\n\n```shell\nvendor/bin/codecept run Functional\n```\n\n### Navigate the application locally through a web browser\n\nIf for any reason you want to run the Laravel app in a browser, you should compile the assets:\n\n```shell\nyarn install\nyarn run dev\n```\n\n### Create Unit Suite or Acceptance Suite\n\nTo create [Unit Tests](https://codeception.com/docs/05-UnitTests) or [Acceptance Tests](https://codeception.com/docs/03-AcceptanceTests), you need to create the corresponding suite first:\n```shell\nvendor/bin/codecept generate:suite Unit\nvendor/bin/codecept generate:suite Acceptance\n```\n\u003chr/\u003e\n\n\u003e Credits to [Jan-Henk Gerritsen](https://github.com/janhenkgerritsen) for his work on [janhenkgerritsen/codeception-laravel5-sample](https://github.com/janhenkgerritsen/codeception-laravel5-sample), which served as the inspiration for this project.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeception%2Flaravel-module-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeception%2Flaravel-module-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeception%2Flaravel-module-tests/lists"}