{"id":16761546,"url":"https://github.com/gricob/functional-test-bundle","last_synced_at":"2026-05-21T04:04:07.550Z","repository":{"id":47498891,"uuid":"216429823","full_name":"gricob/functional-test-bundle","owner":"gricob","description":"Simplify your Symfony functional tests","archived":false,"fork":false,"pushed_at":"2021-09-11T08:02:06.000Z","size":317,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T23:08:37.244Z","etag":null,"topics":["symfony","symfony-bundle","testing"],"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/gricob.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}},"created_at":"2019-10-20T21:27:51.000Z","updated_at":"2021-09-11T08:02:09.000Z","dependencies_parsed_at":"2022-08-24T08:41:05.447Z","dependency_job_id":null,"html_url":"https://github.com/gricob/functional-test-bundle","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gricob%2Ffunctional-test-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gricob%2Ffunctional-test-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gricob%2Ffunctional-test-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gricob%2Ffunctional-test-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gricob","download_url":"https://codeload.github.com/gricob/functional-test-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243852499,"owners_count":20358271,"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":["symfony","symfony-bundle","testing"],"created_at":"2024-10-13T04:42:52.240Z","updated_at":"2026-05-21T04:04:02.506Z","avatar_url":"https://github.com/gricob.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/gricob/functional-test-bundle.svg?branch=master)](https://travis-ci.com/gricob/functional-test-bundle)\n[![CodeFactor](https://www.codefactor.io/repository/github/gricob/functional-test-bundle/badge)](https://www.codefactor.io/repository/github/gricob/functional-test-bundle)\n\n## Introduction\n\nThis Bundle provides base classes for functional tests on Symfony\n\n### Installation\n\n```bash\ncomposer require --dev gricob/functional-test-bundle\n```\n\n### Example\n\n```php\nuse Gricob\\FunctionalTestBundle\\Testing\\FunctionalTestCase as TestCase;\n\nclass FunctionalTestCase extends TestCase\n{\n    public function testGetRequest()\n    {\n        $response = $this-\u003eget('/home');\n        \n        $response\n            -\u003eassertOk()\n            -\u003eassertSee('Welcome to functional testing!');\n    }\n}\n```\n\n## Documentation\n\nCheck the documentation on the [wiki](https://github.com/gricob/functional-test-bundle/wiki) \n\n\n## Inspiration\n\nThe assertions are inspired on [Laravel testing](https://laravel.com/docs/master/testing) assertions. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgricob%2Ffunctional-test-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgricob%2Ffunctional-test-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgricob%2Ffunctional-test-bundle/lists"}