PHPackages                             speicher210/functional-test-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. speicher210/functional-test-bundle

ActiveSymfony-bundle[Testing &amp; Quality](/categories/testing)

speicher210/functional-test-bundle
==================================

Symfony bundle for functional testing

1.1.3(4y ago)564.3k↓31.6%6[3 issues](https://github.com/protung/functional-test-bundle/issues)MITPHPPHP ~7.2 || ~8.0CI passing

Since Feb 27Pushed 2mo ago4 watchersCompare

[ Source](https://github.com/protung/functional-test-bundle)[ Packagist](https://packagist.org/packages/speicher210/functional-test-bundle)[ RSS](/packages/speicher210-functional-test-bundle/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (6)Dependencies (17)Versions (35)Used By (0)

Speicher210 Functional Test Bundle
==================================

[](#speicher210-functional-test-bundle)

Introduction
------------

[](#introduction)

This Bundle provides base classes and functionality for writing and running functional tests with focus on testing REST endpoint. It provides help in setting up test database and loading fixtures and mocking services in DI (even private services).

Installation
------------

[](#installation)

### Download the Bundle

[](#download-the-bundle)

```
$ composer require --dev speicher210/functional-test-bundle
```

### Enable the Bundle

[](#enable-the-bundle)

#### Symfony

[](#symfony)

```
