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

https://github.com/phauthentic/dbunit-fixture

Simplified fixture creation with phpunit/dbunit - framework agnostic
https://github.com/phauthentic/dbunit-fixture

Last synced: 8 days ago
JSON representation

Simplified fixture creation with phpunit/dbunit - framework agnostic

Awesome Lists containing this project

README

          

# Easy Fixtures with Dbunit

The goal of this library is to make the use of fixtures with DB unit a little more streamlined.

***This is still work in progress, it's not ready for use in production!***

## Installation

Install it via [Composer](http://getcomposer.org):

```
composer require Phauthentic/dbunit-fixture
```

## Copyright & License

Licensed under the [MIT license](LICENSE.txt).

Copyright (C) [Phauthentic](https://github.com/Phauthentic)