PHPackages                             einblick/odm-fixtures-test-case - 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. einblick/odm-fixtures-test-case

ActiveLibrary[Testing &amp; Quality](/categories/testing)

einblick/odm-fixtures-test-case
===============================

A WebTestCase that automagically executes ODM Fixtures from passed in bundle names.

0.1(13y ago)291MITPHPPHP &gt;=5.3

Since Dec 4Pushed 13y ago2 watchersCompare

[ Source](https://github.com/1blick/ODMFixturesTestCase)[ Packagist](https://packagist.org/packages/einblick/odm-fixtures-test-case)[ RSS](/packages/einblick-odm-fixtures-test-case/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

ODMFixturesTestCase for Symfony2
================================

[](#odmfixturestestcase-for-symfony2)

[![Build Status](https://camo.githubusercontent.com/038263aee0048bbae7d6b0c61be6c55ae48d9191eb3cf4db48d96e85058494ea/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f31626c69636b2f4f444d466978747572657354657374436173652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/1blick/ODMFixturesTestCase)

A TestCase base class (extending WebTestCase) that autoloads and purges ODM Fixtures from passed in bundle names.

```
VERSION: Compatible for Symfony2 version >= 2.1.*

```

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

[](#installation)

### Composer

[](#composer)

Add the following dependencies to your projects composer.json file:

```
"require": {
    # ..
    "einblick/odm-fixtures-test-case": "dev-master"
    # ..
}

```

Documentation
-------------

[](#documentation)

### Simple usage example

[](#simple-usage-example)

```
