Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 14 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T14:26:01.000Z (6 months ago)
- Last Synced: 2024-10-10T15:36:59.042Z (3 months ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage: http://liip.ch
- Size: 1.15 MB
- Stars: 639
- Watchers: 54
- Forks: 182
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/liip/LiipFunctionalTestBundle/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/liip/LiipFunctionalTestBundle/actions/workflows/tests.yml?query=branch%3Amaster)
[![Latest Stable Version](https://poser.pugx.org/liip/functional-test-bundle/v/stable)](https://packagist.org/packages/liip/functional-test-bundle)
[![Latest Unstable Version](https://poser.pugx.org/liip/functional-test-bundle/v/unstable)](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)