1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-06-04 23:40:47 +00:00

Add DBUnit.

This commit is contained in:
Jamie 2014-01-12 14:42:53 -07:00
parent 33e04c6c11
commit bbf94bcc49

View File

@ -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.