From bbf94bcc491e7afc7666983a5f73f0965579aa63 Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 12 Jan 2014 14:42:53 -0700 Subject: [PATCH] Add DBUnit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb1d0d8..1919edf 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Libraries for testing codebases and generating test data.* * [PHPUnit](https://github.com/sebastianbergmann/phpunit) - A unit testing framework. +* [DBUnit](https://github.com/sebastianbergmann/dbunit) - A database testing library for PHPUnit. * [ParaTest](https://github.com/brianium/paratest) - A parallel testing library for PHPUnit. * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library. * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.