https://github.com/liip/LiipFunctionalTestBundle
Some helper classes for writing functional tests in Symfony
https://github.com/liip/LiipFunctionalTestBundle
bundle php symfony symfony-bundle
Last synced: 22 days ago
JSON representation
Some helper classes for writing functional tests in Symfony
- Host: GitHub
- URL: https://github.com/liip/LiipFunctionalTestBundle
- Owner: liip
- License: mit
- Created: 2010-12-25T18:58:03.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T18:09:59.000Z (about 1 month ago)
- Last Synced: 2025-03-31T10:06:32.442Z (25 days ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage: http://liip.ch
- Size: 1.18 MB
- Stars: 645
- Watchers: 51
- Forks: 182
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/liip/LiipFunctionalTestBundle/actions/workflows/tests.yml?query=branch%3Amaster)
[](https://packagist.org/packages/liip/functional-test-bundle)
[](https://packagist.org/packages/liip/functional-test-bundle)Introduction
============This Bundle provides base classes for functional tests.
It also provides a DI aware mock builder for unit tests.Documentation
------------* [Installation](doc/installation.md)
* [Basic usage](doc/basic.md)
* [Command test](doc/command.md)
* [Logged client](doc/logged.md)
* [Query counter](doc/query.md)
* [Examples](doc/examples.md)
* [Caveats](doc/caveats.md)To run tests in parallel:
* [Fastest](doc/fastest.md)