PHPackages                             i22/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. i22/functional-test-bundle

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

i22/functional-test-bundle
==========================

symfony bundle for optimised functional testing with alice and doctrine bundle

2.0.4(6y ago)01.2kproprietaryPHPPHP &gt;=7.0.0CI failing

Since Mar 9Pushed 6y ago19 watchersCompare

[ Source](https://github.com/i22-digitalagentur/functional-test-bundle)[ Packagist](https://packagist.org/packages/i22/functional-test-bundle)[ RSS](/packages/i22-functional-test-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (6)Versions (9)Used By (0)

i22 Functional Test Bundle
==========================

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

A [Symfony](http://symfony.com) bundle to simplify functional testing with the help of [AliceBundle](https://github.com/hautelook/AliceBundle).

Table of contents:

- [Installation](#installation)
- [Basic usage](#basic-usage)
    - [Seperate fixture files](#loading-fixtures-for-each-test-class)
    - [Authorize User](#authorize-user)
    - [Fake Translator](#no-translator---working-with-translation-keys)
    - [Disabling Csrf Form Protection](#disabled-auto-csrf-protection-for-forms)

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

[](#installation)

1. Download the Bundle

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

2. Enable the Bundle

With Symfony 3.x adding the Bundle to `app/AppKernel.php`

```
