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
- Host: GitHub
- URL: https://github.com/phauthentic/dbunit-fixture
- Owner: Phauthentic
- License: mit
- Created: 2018-10-28T13:36:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-30T09:06:47.000Z (over 7 years ago)
- Last Synced: 2025-11-11T21:34:37.982Z (7 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
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)