Browse Source

Add DBUnit.

pull/63/head
Jamie 12 years ago
parent
commit
bbf94bcc49
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

193
 *Libraries for testing codebases and generating test data.*
193
 *Libraries for testing codebases and generating test data.*
194
 
194
 
195
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
195
 * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework.
196
+* [DBUnit](https://github.com/sebastianbergmann/dbunit) - A database testing library for PHPUnit.
196
 * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
197
 * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit.
197
 * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
198
 * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.
198
 * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
199
 * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.

Loading…
Cancel
Save