Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)