{"id":28399375,"url":"https://github.com/codeception/symfony-module-tests","last_synced_at":"2025-10-04T14:54:43.296Z","repository":{"id":38406382,"uuid":"319065122","full_name":"Codeception/symfony-module-tests","owner":"Codeception","description":"Minimal site containing functional tests for Codeception Symfony module.","archived":false,"fork":false,"pushed_at":"2025-09-04T18:19:00.000Z","size":1253,"stargazers_count":10,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"5.4","last_synced_at":"2025-10-02T06:31:18.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-06T15:27:27.000Z","updated_at":"2025-06-06T15:39:38.000Z","dependencies_parsed_at":"2023-02-08T05:00:54.756Z","dependency_job_id":"3156d0f8-b71c-4e3e-83d1-7c2107ddf34e","html_url":"https://github.com/Codeception/symfony-module-tests","commit_stats":{"total_commits":44,"total_committers":6,"mean_commits":7.333333333333333,"dds":0.2272727272727273,"last_synced_commit":"09921b3f6912df6fb265e64c7755b317ddfa6917"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Codeception/symfony-module-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Fsymfony-module-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Fsymfony-module-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Fsymfony-module-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Fsymfony-module-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Codeception","download_url":"https://codeload.github.com/Codeception/symfony-module-tests/tar.gz/refs/heads/5.4","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Codeception%2Fsymfony-module-tests/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278328164,"owners_count":25968899,"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-04T02:00:05.491Z","response_time":63,"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-06-01T08:08:52.516Z","updated_at":"2025-10-04T14:54:43.255Z","avatar_url":"https://github.com/Codeception.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codeception Symfony Module Tests\n\n[![Actions Status](https://github.com/Codeception/symfony-module-tests/workflows/CI/badge.svg)](https://github.com/Codeception/symfony-module-tests/actions)\n\nMinimal site containing functional tests for [Codeception Module Symfony](https://github.com/Codeception/module-symfony).\n\n## Usage\n\nThe main purpose of this project is to verify the proper functioning of the `Codeception Module Symfony` in a minimal Symfony 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-symfony/blob/master/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/symfony-module-tests.git\n   ```\n2. Install Composer dependencies\n   ```shell\n   composer update\n   ```\n3. Update database schema and load Doctrine fixtures\n   ```shell\n   php bin/console doctrine:schema:update --force\n   \n   php bin/console doctrine:fixtures:load --quiet\n   ```\n\nThen, go to the project directory and run:\n\n```shell\nvendor/bin/codecept run Functional\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\n### Using local code for tests\n\nAssuming you have the following directory structure:\n```\nCodeception/\n├─ module-symfony/\n├─ symfony-module-tests/\n│  ├─ composer.json\n│  ├─ composer.lock\n```\n\nAdd code listed below to the composer.json and run `composer update`.\n```\n{\n  // ...\n  \"repositories\": [\n    {\n      \"type\": \"path\",\n      \"url\": \"../module-symfony\"\n    }\n  ]\n}\n```\n\nDon't forget to revert composer.json and run `composer update` before commit changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeception%2Fsymfony-module-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodeception%2Fsymfony-module-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodeception%2Fsymfony-module-tests/lists"}